Click or drag to resize
AsyncScopeIdentifierGenerator Class
Encapsulates generation of scope identifiers based on general scope descriptor.
Inheritance Hierarchy
SystemObject
  CMS.TranslationServices.Web.UI.InternalAsyncScopeIdentifierGenerator

Namespace: CMS.TranslationServices.Web.UI.Internal
Assembly: CMS.TranslationServices.Web.UI (in CMS.TranslationServices.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class AsyncScopeIdentifierGenerator

The AsyncScopeIdentifierGenerator type exposes the following members.

Constructors
  NameDescription
Public methodAsyncScopeIdentifierGenerator
Creates an instance of the AsyncScopeIdentifierGenerator class.
Top
Methods
  NameDescription
Public methodGenerate
Returns unique identifier based on the scope descriptor.
Top
See Also