CloudValue<'T>
Namespace: MBrace.Core
Serializable entity that represents an immutable .NET object that has been cached by the MBrace runtime.
Instance members
Instance member | Description |
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: |