MBrace.Core


ProtectedResult<'T>

Namespace: MBrace.Library.Protected

Protected computation result coming from a child computation in a Cloud.Parallel workflow.

Union Cases

Union CaseDescription
FaultException(exn)
Signature: exn

Computation has faulted at the system level.

UserException(exn)
Signature: exn

Computation raised user-level exception.

Value('T)
Signature: 'T

Computation successfully completed with value.

Fork me on GitHub