WorkerRef
Namespace: MBrace.Azure
A Serializable object used to identify a specific worker in a cluster. Can be used to point computations for execution at specific machines.
Instance members
Instance member | Description |
ActiveWorkItems
Signature: int
|
CompiledName: |
CpuUsage
Signature: Nullable<double>
|
CompiledName: |
Hostname
Signature: string
|
CompiledName: |
Id
Signature: string
|
CompiledName: |
InitializationTime
Signature: DateTimeOffset
|
CompiledName: |
LastHeartbeat
Signature: DateTimeOffset
|
CompiledName: |
MaxCpuClock
Signature: Nullable<double>
|
CompiledName: |
MaxWorkItemCount
Signature: int
|
CompiledName: |
MemoryUsage
Signature: Nullable<double>
|
CompiledName: |
NetworkUsageDown
Signature: Nullable<double>
|
CompiledName: |
NetworkUsageUp
Signature: Nullable<double>
|
CompiledName: |
Platform
Signature: Nullable<Platform>
|
CompiledName: |
ProcessId
Signature: int
|
CompiledName: |
ProcessorCount
Signature: int
|
CompiledName: |
Runtime
Signature: Nullable<Runtime>
|
CompiledName: |
RuntimeId
Signature: IRuntimeId
|
CompiledName: |
Status
Signature: WorkerExecutionStatus
|
CompiledName: |
SystemLogs
Signature: IEvent<SystemLogEntry>
|
CompiledName: |
TotalMemory
Signature: Nullable<double>
|
CompiledName: |
WorkerId
Signature: IWorkerId
|
CompiledName: |
Static members
Static member | Description |
CurrentHostname
Signature: string
|
CompiledName: |