Click or drag to resize
ExpiredReceiversManager Class
This manager monitors all the IInstanceStateInfo that are due to expire, loads and sends a signal to them.
Inheritance Hierarchy
SystemObject
  FlexRule.Flows.Workflows.ManagersScheduledTaskManager
    FlexRule.Flows.Workflows.Managers.MonitorsExpiredReceiversManager

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 sealed class ExpiredReceiversManager : ScheduledTaskManager, 
	IWorkflowManagerContext

The ExpiredReceiversManager type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
Public propertyManager
Gets or set a manager for this scheduler.
Remarks
Let this scheduler uses manager to retrieve information from a persistence storage of workflow instances
Top
Methods
  NameDescription
Public methodStartMonitoring
Top
Events
  NameDescription
Public eventProcessing
When a IInstanceStateInfo is ready to be expired this event happens
Top
Extension Methods
Remarks
When a process that its receiver is expired receives a signal it process through the expired path.
See Also