MBrace.Azure


WorkerRecord

Namespace: MBrace.Azure.Runtime

Constructors

ConstructorDescription
new()
Signature: unit -> WorkerRecord

CompiledName: .ctor

new(workerId)
Signature: workerId:string -> WorkerRecord

CompiledName: .ctor

Instance members

Instance memberDescription
ActiveWorkItems()
Signature: unit -> Nullable<int>

CompiledName: set_ActiveWorkItems

ActiveWorkItems()
Signature: unit -> unit

CompiledName: get_ActiveWorkItems

CloneDefault()
Signature: unit -> WorkerRecord
CPU()
Signature: unit -> Nullable<double>

CompiledName: set_CPU

CPU()
Signature: unit -> unit

CompiledName: get_CPU

GetCounters()
Signature: unit -> PerformanceInfo
HeartbeatInterval()
Signature: unit -> Nullable<int64>

CompiledName: set_HeartbeatInterval

HeartbeatInterval()
Signature: unit -> unit

CompiledName: get_HeartbeatInterval

HeartbeatThreshold()
Signature: unit -> Nullable<int64>

CompiledName: set_HeartbeatThreshold

HeartbeatThreshold()
Signature: unit -> unit

CompiledName: get_HeartbeatThreshold

Hostname()
Signature: unit -> string

CompiledName: set_Hostname

Hostname()
Signature: unit -> unit

CompiledName: get_Hostname

Id()
Signature: unit -> string

CompiledName: set_Id

Id()
Signature: unit -> unit

CompiledName: get_Id

InitializationTime()
Signature: unit -> Nullable<DateTimeOffset>

CompiledName: set_InitializationTime

InitializationTime()
Signature: unit -> unit

CompiledName: get_InitializationTime

LastHeartbeat()
Signature: unit -> Nullable<DateTimeOffset>

CompiledName: set_LastHeartbeat

LastHeartbeat()
Signature: unit -> unit

CompiledName: get_LastHeartbeat

MaxClockSpeed()
Signature: unit -> Nullable<double>

CompiledName: set_MaxClockSpeed

MaxClockSpeed()
Signature: unit -> unit

CompiledName: get_MaxClockSpeed

MaxWorkItems()
Signature: unit -> Nullable<int>

CompiledName: set_MaxWorkItems

MaxWorkItems()
Signature: unit -> unit

CompiledName: get_MaxWorkItems

Memory()
Signature: unit -> Nullable<double>

CompiledName: set_Memory

Memory()
Signature: unit -> unit

CompiledName: get_Memory

NetworkDown()
Signature: unit -> Nullable<double>

CompiledName: set_NetworkDown

NetworkDown()
Signature: unit -> unit

CompiledName: get_NetworkDown

NetworkUp()
Signature: unit -> Nullable<double>

CompiledName: set_NetworkUp

NetworkUp()
Signature: unit -> unit

CompiledName: get_NetworkUp

Platform()
Signature: unit -> string

CompiledName: set_Platform

Platform()
Signature: unit -> unit

CompiledName: get_Platform

ProcessId()
Signature: unit -> Nullable<int>

CompiledName: set_ProcessId

ProcessId()
Signature: unit -> unit

CompiledName: get_ProcessId

ProcessName()
Signature: unit -> string

CompiledName: set_ProcessName

ProcessName()
Signature: unit -> unit

CompiledName: get_ProcessName

ProcessorCount()
Signature: unit -> Nullable<int>

CompiledName: set_ProcessorCount

ProcessorCount()
Signature: unit -> unit

CompiledName: get_ProcessorCount

Runtime()
Signature: unit -> string

CompiledName: set_Runtime

Runtime()
Signature: unit -> unit

CompiledName: get_Runtime

Status()
Signature: unit -> string

CompiledName: set_Status

Status()
Signature: unit -> unit

CompiledName: get_Status

TotalMemory()
Signature: unit -> Nullable<double>

CompiledName: set_TotalMemory

TotalMemory()
Signature: unit -> unit

CompiledName: get_TotalMemory

UpdateCounters(counters)
Signature: counters:PerformanceInfo -> unit
Version()
Signature: unit -> string

CompiledName: set_Version

Version()
Signature: unit -> unit

CompiledName: get_Version

Static members

Static memberDescription
DefaultPartitionKey
Signature: string

CompiledName: get_DefaultPartitionKey

Fork me on GitHub