Show / Hide Table of Contents

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.

Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX