CloudQueue
Namespace: MBrace.Core
Queue methods for MBrace
Static members
Static member | Description |
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. |