Delegate OnOpened
The callback that is invoked when an open performative is received from peer.
Namespace: Amqp
Assembly: Amqp.Net.dll
Syntax
public delegate void OnOpened(IConnection connection, Open open);
Parameters
Type | Name | Description |
---|---|---|
IConnection | connection | The connection that is being opened. |
Open | open | The open performative received from the remote peer. |