MBrace.Core


CloudValue<'T>

Namespace: MBrace.Core

Serializable entity that represents an immutable .NET object that has been cached by the MBrace runtime.

Instance members

Instance memberDescription
GetValueAsync()
Signature: unit -> Async<'T>
Modifiers: abstract

Asynchronously gets the payload of the CloudValue.

Value
Signature: 'T
Modifiers: abstract

Gets the payload of the CloudValue.

CompiledName: get_Value

Fork me on GitHub