ICloudWorkItemLeaseToken
Namespace: MBrace.Runtime
Cloud work item lease token given to workers that dequeue it
Instance members
Instance member | Description |
DeclareCompleted()
Signature: unit -> Async<unit>
Modifiers: abstract |
Asynchronously declare work item to be completed. |
DeclareFaulted(arg1)
Signature: ExceptionDispatchInfo -> Async<unit>
Modifiers: abstract |
Asynchronously declare work item to be faulted. |
FaultInfo
Signature: CloudWorkItemFaultInfo
Modifiers: abstract |
Gets fault metadata associated with this work item. CompiledName: |
GetWorkItem()
Signature: unit -> Async<CloudWorkItem>
Modifiers: abstract |
Asynchronously fetches the actual work item. |
Id
Signature: CloudWorkItemId
Modifiers: abstract |
Cloud work item identifier CompiledName: |
Process
Signature: ICloudProcessEntry
Modifiers: abstract |
Parent cloud process info CompiledName: |
Size
Signature: int64
Modifiers: abstract |
Work item payload size in bytes CompiledName: |
TargetWorker
Signature: IWorkerId option
Modifiers: abstract |
Declared target worker for work item CompiledName: |
Type
Signature: string
Modifiers: abstract |
String identifier of workflow return type. CompiledName: |
WorkItemType
Signature: CloudWorkItemType
Modifiers: abstract |
Work item creation metadata CompiledName: |