Show / Hide Table of Contents

Delegate OnBegin

The callback that is invoked when a begin performative is received from peer.

Namespace: Amqp
Assembly: Amqp.Net.dll
Syntax
public delegate void OnBegin(ISession session, Begin begin);
Parameters
Type Name Description
ISession session

The session that is being opened.

Begin begin

The begin performative performative from the remote peer.

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