AgentReplyChannel<'Reply> Type
Represents a reply channel for an agent (Agent). The agent will receive a message synchronously from the reply channel.
Constructors
Constructor | Description |
Full Usage:
AgentReplyChannel(replyf)
Parameters:
'Reply -> unit
Returns: AgentReplyChannel<'Reply>
|
|
Instance members
Instance member | Description |
Full Usage:
this.Reply
Parameters:
'Reply
|
|