Click or drag to resize
AsyncScopeIdentifierGenerator Constructor
Creates an instance of the AsyncScopeIdentifierGenerator class.

Namespace: CMS.TranslationServices.Web.UI.Internal
Assembly: CMS.TranslationServices.Web.UI (in CMS.TranslationServices.Web.UI.dll) Version: 10.0.0
Syntax
C#
public AsyncScopeIdentifierGenerator(
	string scopeDescriptor
)

Parameters

scopeDescriptor
Type: SystemString
Descriptor of an asynchronous scope.
See Also