CloudWorkItemFaultInfo
Namespace: MBrace.Runtime
Fault metadata of provided cloud work item
Union Cases
Union Case | Description |
FaultDeclaredByWorker(...)
Signature: int * ExceptionDispatchInfo * IWorkerId
|
Faults have been declared by worker while processing work item |
IsTargetedWorkItemOfDeadWorker(...)
Signature: int * IWorkerId
|
Work item salvaged from targeted queue of a dead worker |
NoFault
Signature:
|
No faults associated with specified work item |
WorkerDeathWhileProcessingWorkItem(...)
Signature: int * IWorkerId
|
Worker has died while processing work item |
Instance members
Instance member | Description |
FaultCount
Signature: int
|
Number of faults that occurred with current work item. CompiledName: |