Header menu logo B2R2

IAgentMessageReceivable<'Msg> Type

Interface for receiving agent messages.

Instance members

Instance member Description

this.Complete

Full Usage: this.Complete

Modifiers: abstract

Notify the agent that no more messages will be sent.

this.Count

Full Usage: this.Count

Returns: int
Modifiers: abstract

How many messages are left in the agent?

Returns: int

this.IsCancelled

Full Usage: this.IsCancelled

Returns: bool
Modifiers: abstract

Is the agent cancelled?

Returns: bool

this.Receive

Full Usage: this.Receive

Returns: 'Msg
Modifiers: abstract

Receive a message from the agent.

Returns: 'Msg

Type something to start searching.