WorkItemRecord
Namespace: MBrace.Azure.Runtime
Constructors
Constructor | Description |
new()
Signature: unit -> WorkItemRecord
|
CompiledName: |
new(processId, workItemId)
Signature: (processId:string * workItemId:string) -> WorkItemRecord
|
CompiledName: |
Instance members
Instance member | Description |
Affinity()
Signature: unit -> string
|
CompiledName: |
Affinity()
Signature: unit -> unit
|
CompiledName: |
CloneDefault()
Signature: unit -> WorkItemRecord
|
|
Completed()
Signature: unit -> Nullable<bool>
|
CompiledName: |
Completed()
Signature: unit -> unit
|
CompiledName: |
CompletionTime()
Signature: unit -> Nullable<DateTimeOffset>
|
CompiledName: |
CompletionTime()
Signature: unit -> unit
|
CompiledName: |
CurrentWorker()
Signature: unit -> string
|
CompiledName: |
CurrentWorker()
Signature: unit -> unit
|
CompiledName: |
DeliveryCount()
Signature: unit -> Nullable<int>
|
CompiledName: |
DeliveryCount()
Signature: unit -> unit
|
CompiledName: |
DequeueTime()
Signature: unit -> Nullable<DateTimeOffset>
|
CompiledName: |
DequeueTime()
Signature: unit -> unit
|
CompiledName: |
EnqueueTime()
Signature: unit -> Nullable<DateTimeOffset>
|
CompiledName: |
EnqueueTime()
Signature: unit -> unit
|
CompiledName: |
FaultInfo()
Signature: unit -> Nullable<int>
|
CompiledName: |
FaultInfo()
Signature: unit -> unit
|
CompiledName: |
GetSize()
Signature: unit -> int64
|
|
GetWorkItemType()
Signature: unit -> CloudWorkItemType
|
|
Id
Signature: string
|
CompiledName: |
Index()
Signature: unit -> Nullable<int>
|
CompiledName: |
Index()
Signature: unit -> unit
|
CompiledName: |
Kind()
Signature: unit -> Nullable<int>
|
CompiledName: |
Kind()
Signature: unit -> unit
|
CompiledName: |
LastException()
Signature: unit -> string
|
CompiledName: |
LastException()
Signature: unit -> unit
|
CompiledName: |
MaxIndex()
Signature: unit -> Nullable<int>
|
CompiledName: |
MaxIndex()
Signature: unit -> unit
|
CompiledName: |
ProcessId
Signature: string
|
CompiledName: |
RenewLockTime()
Signature: unit -> Nullable<DateTimeOffset>
|
CompiledName: |
RenewLockTime()
Signature: unit -> unit
|
CompiledName: |
Size()
Signature: unit -> Nullable<int64>
|
CompiledName: |
Size()
Signature: unit -> unit
|
CompiledName: |
StartTime()
Signature: unit -> Nullable<DateTimeOffset>
|
CompiledName: |
StartTime()
Signature: unit -> unit
|
CompiledName: |
Status()
Signature: unit -> Nullable<int>
|
CompiledName: |
Status()
Signature: unit -> unit
|
CompiledName: |
Type()
Signature: unit -> string
|
CompiledName: |
Type()
Signature: unit -> unit
|
CompiledName: |
Static members
Static member | Description |
FromCloudWorkItem(workItem)
Signature: workItem:CloudWorkItem -> WorkItemRecord
|