CloudProcessRecord
Namespace: MBrace.Azure.Runtime
Constructors
Constructor | Description |
new()
Signature: unit -> CloudProcessRecord
|
CompiledName: |
new(taskId)
Signature: taskId:string -> CloudProcessRecord
|
CompiledName: |
Instance members
Instance member | Description |
AdditionalResources()
Signature: unit -> byte []
|
CompiledName: |
AdditionalResources()
Signature: unit -> unit
|
CompiledName: |
CancellationTokenSource()
Signature: unit -> byte []
|
CompiledName: |
CancellationTokenSource()
Signature: unit -> unit
|
CompiledName: |
CloneDefault()
Signature: unit -> CloudProcessRecord
|
|
Completed()
Signature: unit -> Nullable<bool>
|
CompiledName: |
Completed()
Signature: unit -> unit
|
CompiledName: |
CompletionTime()
Signature: unit -> Nullable<DateTimeOffset>
|
CompiledName: |
CompletionTime()
Signature: unit -> unit
|
CompiledName: |
Dependencies()
Signature: unit -> byte []
|
CompiledName: |
Dependencies()
Signature: unit -> unit
|
CompiledName: |
DequeuedTime()
Signature: unit -> Nullable<DateTimeOffset>
|
CompiledName: |
DequeuedTime()
Signature: unit -> unit
|
CompiledName: |
EnqueuedTime()
Signature: unit -> Nullable<DateTimeOffset>
|
CompiledName: |
EnqueuedTime()
Signature: unit -> unit
|
CompiledName: |
Id()
Signature: unit -> string
|
CompiledName: |
Id()
Signature: unit -> unit
|
CompiledName: |
Name()
Signature: unit -> string
|
CompiledName: |
Name()
Signature: unit -> unit
|
CompiledName: |
ResultUri()
Signature: unit -> string
|
CompiledName: |
ResultUri()
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: |
ToCloudProcessInfo()
Signature: unit -> CloudProcessInfo
|
|
Type()
Signature: unit -> byte []
|
CompiledName: |
Type()
Signature: unit -> unit
|
CompiledName: |
TypeName()
Signature: unit -> string
|
CompiledName: |
TypeName()
Signature: unit -> unit
|
CompiledName: |
Static members
Static member | Description |
CreateNew(taskId, info)
Signature: (taskId:string * info:CloudProcessInfo) -> CloudProcessRecord
|
|
DefaultPartitionKey
Signature: string
|
CompiledName: |
GetProcessRecord(clusterId, taskId)
Signature: (clusterId:ClusterId * taskId:string) -> Async<CloudProcessRecord>
|