Click or drag to resize
IEventsManager Interface
This is a wrapper on a Workflow to automate pre and post process event handling and allows multiple managers listen to WorkflowEvents.
Remarks
Events can be handled using event handlers that are implemented with managers' instances. Each manager is an object that some of its methods are annotated with different WorkflowEvents. When a workflow is in different states, raises different events and each service will respond to those events.

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

The IEventsManager type exposes the following members.

Properties
  NameDescription
Public propertyAddressId
Public propertyHandlers
Top
See Also