Class ReadyForTranslationService

Service registered with runtime. Used to track WorkflowTerminated event so it can cleanup.

Inheritance
System.Object
ReadyForTranslationService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.WorkflowFoundation.Workflows
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0
Syntax
public class ReadyForTranslationService : IInitializableService

Constructors

ReadyForTranslationService()

Initializes a new instance of the ReadyForTranslationService class.

Declaration
public ReadyForTranslationService()

ReadyForTranslationService(LocalizationService)

Initializes a new instance of the ReadyForTranslationService class.

Declaration
public ReadyForTranslationService(LocalizationService localizationService)
Parameters
Type Name Description
LocalizationService localizationService

The resource locator used for translation.

Remarks

If localizationService is null the static instance Current will be used.

Methods

Initialize()

Declaration
public void Initialize()

Implements