MBrace.Core


CloudValueExtensions

Namespace: MBrace.Core

Static members

Static memberDescription
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.

Fork me on GitHub