Dispatch class.
The dispatch class is a very simple class that contains information about the dispatcher such as name and general settings.
Namespace: Optimization
Assembly: Optimization (in Optimization.dll)
See Also: Inherited members from object.
⊟ Public Constructors
Job.Dispatch ()Create new dispatch. ⊟ Public Properties
Name string . The dispatch name. [read-only] Settings Dictionary<string, string> . Dispatcher settings.
⊟ Job.Dispatch Constructor
Create new dispatch.
public Job.Dispatch ()⊟ Remarks
Create new dispatch.⊟ Requirements
Namespace: Optimization
Assembly: Optimization (in Optimization.dll)
⊟ Name Property
The dispatch name.
public string Name { set; get; }⊟ Value
The dispatch name.⊟ Remarks
The dispatch name.⊟ Requirements
Namespace: Optimization
Assembly: Optimization (in Optimization.dll)
⊟ Settings Property
Dispatcher settings.
public Dictionary<string, string> Settings { get; }⊟ Value
Dispatcher settings.⊟ Remarks
TThe dispatch settings. These settings will be send along with the task request to the dispatcher process.⊟ Requirements
Namespace: Optimization
Assembly: Optimization (in Optimization.dll)