MBrace.Core


IWorkerRef

Namespace: MBrace.Core

Denotes a reference to a worker node in the cluster.

Instance members

Instance memberDescription
Hostname
Signature: string
Modifiers: abstract

Hostname of worker machine

CompiledName: get_Hostname

Id
Signature: string
Modifiers: abstract

Worker unique identifier

CompiledName: get_Id

MaxCpuClock
Signature: float
Modifiers: abstract

Gets the max CPU clock speed in MHz

CompiledName: get_MaxCpuClock

ProcessId
Signature: int
Modifiers: abstract

Worker Process Id

CompiledName: get_ProcessId

ProcessorCount
Signature: int
Modifiers: abstract

Worker processor count

CompiledName: get_ProcessorCount

Type
Signature: string
Modifiers: abstract

Worker type identifier

CompiledName: get_Type

Fork me on GitHub