Show / Hide Table of Contents

Delegate OnAttached

The callback that is invoked when an attach performative is received from the peer.

Namespace: Amqp
Assembly: Amqp.Net.dll
Syntax
public delegate void OnAttached(ILink link, Attach attach);
Parameters
Type Name Description
ILink link

The link object that is being opened.

Attach attach

The attach performative received from the remote peer.

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