MBrace.Runtime


CloudProcessResult

Namespace: MBrace.Runtime

Task result container

Union Cases

Union CaseDescription
Cancelled(OperationCanceledException)
Signature: OperationCanceledException
Completed(obj)
Signature: obj

Task completed with value

Exception(ExceptionDispatchInfo)
Signature: ExceptionDispatchInfo

Task failed with user exception

Instance members

Instance memberDescription
Value
Signature: obj

Gets the contained result value, will be thrown if exception.

CompiledName: get_Value

Fork me on GitHub