| IManagerRegistryAddHandler Method |
Namespace: FlexRule.Flows.Workflows.ManagersAssembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntaxvoid AddHandler(
Object eventHandler
)
Parameters
- eventHandler
- Type: SystemObject
Remarks
When the context in the is required, the handler must implement
IWorkflowManagerContext and upon adding the handler to registry, the context will be injected.
See Also