MBrace.Core


CloudQueue

Namespace: MBrace.Core

Queue methods for MBrace

Static members

Static memberDescription
Delete(queue)
Signature: queue:CloudQueue<'T> -> LocalCloud<unit>
Type parameters: 'T

Deletes cloud queue instance.

GetById(queueId)
Signature: queueId:string -> LocalCloud<CloudQueue<'T>>
Type parameters: 'T

Attempt to recover an existing of given type and identifier.

New(queueId)
Signature: (queueId:string option) -> LocalCloud<CloudQueue<'T>>
Type parameters: 'T

Creates a new queue instance.

Fork me on GitHub