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, 
	IEventsManagerContext

The ExpiredReceiversManager type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAddress
Public propertyEventsManager
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 methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStartMonitoring
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventProcessing
When a IInstanceStateInfo is ready to be expired this event happens
Top
Remarks
When a process that its receiver is expired receives a signal it process through the expired path.
See Also