Optimization : Optimization Namespace

Connection.CommunicationReceivedHandler Delegate

Communication received event handler.

public delegate void Connection.CommunicationReceivedHandler (object source, Optimization.Messages.Communication[] communication)

Parameters

source
The source firing the event.
communication
List of received communication messages.

Remarks

Handler for Connection.OnCommunicationReceived event.

Requirements

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