Optimization : Optimization Namespace

Job.Dispatch Class

Dispatch class.

public class Job.Dispatch

Remarks

The dispatch class is a very simple class that contains information about the dispatcher such as name and general settings.

Requirements

Namespace: Optimization
Assembly: Optimization (in Optimization.dll)

Members

See Also: Inherited members from object.

Public Constructors

Create new dispatch.

Public Properties

Name string . The dispatch name.
[read-only]
Settings Dictionary<string, string> . Dispatcher settings.

Member Details

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)