Interface IInitializableService
If implemented by service, then called during initialization.
Namespace: EPiServer.WorkflowFoundation.Services
Assembly: EPiServer.WorkflowFoundation.dll
Version: 8.11.0Syntax
public interface IInitializableService
Methods
Initialize()
Initializes this instance.
Declaration
void Initialize()