IAgentMessageReceivable<'Msg> Type
Interface for receiving agent messages.
Instance members
Instance member | Description |
Full Usage:
this.Complete
Modifiers: abstract |
|
Full Usage:
this.Count
Returns: int
Modifiers: abstract |
|
Full Usage:
this.IsCancelled
Returns: bool
Modifiers: abstract |
|
Full Usage:
this.Receive
Returns: 'Msg
Modifiers: abstract |