AzureWorker
Namespace: MBrace.Azure
Local Azure Standalone worker management methods
Static members
Static member | Description |
LocalExecutable()
Signature: unit -> string
|
Gets or sets the path for a local standalone worker executable. CompiledName: |
LocalExecutable()
Signature: unit -> unit
|
Gets or sets the path for a local standalone worker executable. CompiledName: |
Spawn(...)
Signature: (config:Configuration option * workerId:string option * workingDirectory:string option * maxWorkItems:int option * logLevel:LogLevel option * quiet:bool option * logFile:string option * heartbeatInterval:TimeSpan option * heartbeatThreshold:TimeSpan option * background:bool option) -> Process
|
Initialize a new local runtime instance with supplied worker count and return a handle. |
SpawnMultiple(...)
Signature: (workerCount:int * config:Configuration option * maxWorkItems:int option * logLevel:LogLevel option * quiet:bool option * heartbeatInterval:TimeSpan option * heartbeatThreshold:TimeSpan option * background:bool option) -> Process []
|
Initialize a new local runtime instance with supplied worker count and return a handle. |