Optimization : Optimization.Messages Namespace

Messages Class

Documentation for this section has not yet been entered.

public class Messages

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

Documentation for this section has not yet been entered.

Public Methods

static
Create<T> (T) : byte[]
Documentation for this section has not yet been entered.
static
Extract<T> (System.IO.Stream) : T[]
Documentation for this section has not yet been entered.

Member Details

Messages Constructor

Documentation for this section has not yet been entered.

public Messages ()

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Create<T> Generic Method

Documentation for this section has not yet been entered.

public static byte[] Create<T> (T message)

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

message
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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

Extract<T> Generic Method

Documentation for this section has not yet been entered.

public static T[] Extract<T> (System.IO.Stream stream)

Type Parameters

T
Documentation for this section has not yet been entered.

Parameters

stream
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

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