Click or drag to resize
ExpiredReceiversManagerManager Property
Gets or set a manager for this scheduler.
Remarks
Let this scheduler uses manager to retrieve information from a persistence storage of workflow instances

Namespace: FlexRule.Flows.Workflows.Managers.Monitors
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public IWorkflowManager Manager { get; set; }

Property Value

Type: IWorkflowManager

Implements

IWorkflowManagerContextManager
See Also