CloudValueExtensions
Namespace: MBrace.Core
Static members
Static member | Description |
GetValue(this)
Signature: this:CloudValue<'T> -> 'T
Type parameters: 'T |
Asynchronously gets the payload of the CloudValue. |
GetValueBoxed(this)
Signature: this:ICloudValue -> obj
|
Asynchronously gets the boxed payload of the CloudValue. |