CloudProcessResult
Namespace: MBrace.Runtime
Task result container
Union Cases
Union Case | Description |
Cancelled(OperationCanceledException)
Signature: OperationCanceledException
|
|
Completed(obj)
Signature: obj
|
Task completed with value |
Exception(ExceptionDispatchInfo)
Signature: ExceptionDispatchInfo
|
Task failed with user exception |
Instance members
Instance member | Description |
Value
Signature: obj
|
Gets the contained result value, will be thrown if exception. CompiledName: |