FSharp.CloudAgent


CloudConnection

Represents a connection to a pool of agents.

Union Cases

Union CaseDescription
ActorCloudConnection(...)
Signature: ServiceBusConnection * Queue

An actor-based cloud that can run workloads in parallel whilst ensuring sequential workloads per-actor.

WorkerCloudConnection(...)
Signature: ServiceBusConnection * Queue

A generic worker cloud that can run workloads in parallel.

Fork me on GitHub