MBrace.Core


CloudStoreClient

Namespace: MBrace.Core.Internals

NonSerializable global store client object

Constructors

ConstructorDescription
new(resources)
Signature: resources:ResourceRegistry -> CloudStoreClient

CompiledName: .ctor

Instance members

Instance memberDescription
CloudAtom
Signature: CloudAtomClient

Gets the default CloudAtom client instance

CompiledName: get_CloudAtom

CloudDictionary
Signature: CloudDictionaryClient

Gets the default CloudDictionary client instance

CompiledName: get_CloudDictionary

CloudFileSystem
Signature: CloudFileSystem

Gets the default CloudFileSystem client instance

CompiledName: get_CloudFileSystem

CloudQueue
Signature: CloudQueueClient

Gets the default CloudQueue client instance

CompiledName: get_CloudQueue

CloudValue
Signature: CloudValueClient

Gets the default CloudValue client instance

CompiledName: get_CloudValue

Serializer
Signature: SerializationClient

Gets the default cluster serializer client instance

CompiledName: get_Serializer

Fork me on GitHub