FSharp.CloudAgent
FSharp.CloudAgent Namespace
| Type | Description |
| ActorKey | Represents a unique key to identify an agent / actor. |
| Module | Description |
| ConnectionFactory | Contains connectors for F# Agents to Azure Service Bus Queues as either Workers or Actors. |
FSharp.CloudAgent.Connections Namespace
| Type | Description |
| CloudConnection | Represents a connection to a pool of agents. |
| Queue | Represents a service bus queue. |
| ServiceBusConnection | Represents details of a connection to an Azure Service Bus. |
FSharp.CloudAgent.Messaging Namespace
| Type | Description |
| CloudAgentKind<'a> | Represents the kinds of F# Agents that can be bound to an Azure Service Bus Queue for processing distributed messages, optionally with automatic retry. |
| MessageProcessedStatus | The different completion statuses a CloudMessage can have. |