MBrace.Runtime


WorkerInfo

Namespace: MBrace.Runtime

Worker metadata as specified by the instance itself

Record Fields

Record FieldDescription
HeartbeatInterval
Signature: TimeSpan

Heartbeat rate designated by worker instance

HeartbeatThreshold
Signature: TimeSpan

Maximum designated heartbeat interval before declaring worker dead

Hostname
Signature: string

Machine hostname

MaxWorkItemCount
Signature: int

Maximum number of executing work items

ProcessId
Signature: int

Machine ProcessId

ProcessorCount
Signature: int

Number of cores in worker

Fork me on GitHub