Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IInitializableService

If implemented by service, then called during initialization.

Namespace: EPiServer.WorkflowFoundation.Services
Assembly: EPiServer.WorkflowFoundation.dll
Version: 7.19.2
Syntax
public interface IInitializableService

Methods

Initialize()

Initializes this instance.

Declaration
void Initialize()

Extension Methods