MBrace.Runtime


WorkerState

Namespace: MBrace.Runtime

Worker state object

Record Fields

Record FieldDescription
CurrentWorkItemCount
Signature: int

Current number of executing work items

ExecutionStatus
Signature: WorkerExecutionStatus

Worker work item execution status

Id
Signature: IWorkerId

Worker reference unique identifier

Info
Signature: WorkerInfo

Worker metadata as specified by the worker

InitializationTime
Signature: DateTimeOffset

Time of worker initialization/subscription

LastHeartbeat
Signature: DateTimeOffset

Last Heartbeat submitted by worker

PerformanceMetrics
Signature: PerformanceInfo

Latest worker performance metrics

Fork me on GitHub