ReceiverTaskState Enumeration
Microsoft Robotics Class Reference
Receive thunk state
Namespace: Microsoft.Ccr.Core.Arbiters
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public enum ReceiverTaskState
Members
Member name | Value | Description | |
---|---|---|---|
Onetime | 0 | Onetime receivers will process one message and then unregister | |
Persistent | 1 | Persistant receivers consume more than one item and stay registered on the port | |
CleanedUp | 2 | A receiver will reach this state if its one time and it processed a message or because its parent arbiter decided to clean it up |