MBrace.Core


ICloudQueueProvider

Namespace: MBrace.Core.Internals

Defines a factory for distributed queues

Instance members

Instance memberDescription
CreateQueue(queueId)
Signature: queueId:string -> Async<CloudQueue<'T>>
Modifiers: abstract
Type parameters: 'T

Creates a new queue instance of given type.

GetQueueById(queueId)
Signature: queueId:string -> Async<CloudQueue<'T>>
Modifiers: abstract
Type parameters: 'T

Attempt to recover an existing queue instance of specified id.

GetRandomQueueName()
Signature: unit -> string
Modifiers: abstract

Generates a unique, random queue name.

Id
Signature: string
Modifiers: abstract

unique cloud queue source identifier

CompiledName: get_Id

Name
Signature: string
Modifiers: abstract

Implementation name

CompiledName: get_Name

Fork me on GitHub