Optimization : Optimization.Messages Namespace

Task Class

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoContract]
public class Task

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Members

See Also: Inherited members from object.

Public Constructors

Task ()
Documentation for this section has not yet been entered.

Public Fields

Data Task.KeyValueType[]. Documentation for this section has not yet been entered.
Dispatcher string . Documentation for this section has not yet been entered.
Id uint . Documentation for this section has not yet been entered.
Job string . Documentation for this section has not yet been entered.
Optimizer string . Documentation for this section has not yet been entered.
Parameters Task.ParameterType[]. Documentation for this section has not yet been entered.
Settings Task.KeyValueType[]. Documentation for this section has not yet been entered.
UniqueId ulong . Documentation for this section has not yet been entered.

Member Details

Task Constructor

Documentation for this section has not yet been entered.

public Task ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Data Field

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoMember(7)]
public Task.KeyValueType[] Data

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Dispatcher Field

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoMember(2, IsRequired=true)]
public string Dispatcher

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Id Field

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoMember(1, IsRequired=true)]
public uint Id

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Job Field

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoMember(3, IsRequired=true)]
public string Job

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Optimizer Field

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoMember(4, IsRequired=true)]
public string Optimizer

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Parameters Field

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoMember(5)]
public Task.ParameterType[] Parameters

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Settings Field

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoMember(6)]
public Task.KeyValueType[] Settings

Remarks

Documentation for this section has not yet been entered.

Requirements

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

UniqueId Field

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoMember(8, IsRequired=false)]
public ulong UniqueId

Remarks

Documentation for this section has not yet been entered.

Requirements

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