Show / Hide Table of Contents

Interface IConnection

Represents an AMQP connection.

Inherited Members
IAmqpObject.Closed
IAmqpObject.Error
IAmqpObject.IsClosed
IAmqpObject.AddClosedCallback(ClosedCallback)
IAmqpObject.Close()
IAmqpObject.Close(TimeSpan, Error)
IAmqpObject.CloseAsync()
IAmqpObject.CloseAsync(TimeSpan, Error)
Namespace: Amqp
Assembly: Amqp.Net.dll
Syntax
public interface IConnection : IAmqpObject

Methods

CreateSession()

Creates a session in the connection.

Declaration
ISession CreateSession()
Returns
Type Description
ISession

An ISession object.

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