ProcessId
Namespace: MBrace.Runtime.Utils
Parent Module: Utils
Serializable process identifier object
Instance members
Instance member | Description |
Id
Signature: int
|
Process Identifier CompiledName: |
MachineId
Signature: MachineId
|
Machine identifier CompiledName: |
Name
Signature: string
|
Process name CompiledName: |
StartTime
Signature: DateTimeOffset
|
Process start time CompiledName: |
TryGetLocalProcess()
Signature: unit -> Process option
|
Gets a System.Diagnostics.Process instance that corresponds to the ProcessId provided that it is still running. |
Static members
Static member | Description |
FromProcess(cloudProcess)
Signature: cloudProcess:Process -> ProcessId
|
Gets a process identifier from given System.Diagnostics.process instance |
LocalInstance
Signature: ProcessId
|
Gets the process identifier for the current process CompiledName: |
TryGetProcessById(id)
Signature: id:int -> ProcessId option
|
Gets a process identifier by local process id |