MBrace.Runtime


CloudProcess<'T>

Namespace: MBrace.Runtime

Represents a cloud computation that is being executed in the cluster.

Instance members

Instance memberDescription
AwaitResult(timeoutMilliseconds)
Signature: (timeoutMilliseconds:int option) -> Async<'T>

Asynchronously awaits cloud process result

Result
Signature: 'T

Synchronously awaits cloud process result

CompiledName: get_Result

TryGetResult()
Signature: unit -> Async<'T option>

Attempts to get cloud process result. Returns None if not completed.

Fork me on GitHub