Click or drag to resize
IServiceInitializer Interface
Inject the initialization arguments to a service

Namespace: FlexRule.Flows.Workflows.Managers
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IServiceInitializer

The IServiceInitializer type exposes the following members.

Methods
  NameDescription
Public methodInitialize
Initialize service using args
Top
Remarks
Service object is shared across steps of a workflow, the initializer allows reconfiguring service for each step when required.
See Also