Delegate ConnectionPacketProccessedDelegate
Represents a delegate to call after a message is processed in a connection.
Namespace: Fibula.Communications.Contracts.Delegates
Assembly: Fibula.Communications.Contracts.dll
Syntax
public delegate void ConnectionPacketProccessedDelegate(IConnection connection);
  Parameters
| Type | Name | Description | 
|---|---|---|
| IConnection | connection | The connection that had the message proccesed.  |