Enum WorkerInstancing
Enumerates the possible strategies for managing the running worker process(es).
Namespace: Cireson.Core.Interfaces.Services.WorkerProcessing.Workers
Assembly: Cireson.Core.Interfaces.dll
Syntax
public enum WorkerInstancing : int
Remarks
Admin, 8/24/2017.
Fields
Name | Description |
---|---|
MultiInstance | Indicates that an instance of this process can run on each processor/service. |
SingleInstance | Indicates that only a single instance of this worker process should be executed across all processors/services. Which processor is executing the worker is indeterminate. |