Delegate ConnectionClosedDelegate
Represents a delegate to call when a connection is closed.
Namespace: Fibula.Communications.Contracts.Delegates
Assembly: Fibula.Communications.Contracts.dll
Syntax
public delegate void ConnectionClosedDelegate(IConnection connection);
Parameters
Type | Name | Description |
---|---|---|
IConnection | connection | The connection that was closed. |