Represents a connection with a message broker

Namespace:  Apache.NMS
Assembly:  Apache.NMS (in Apache.NMS.dll)

Syntax

Visual Basic
Public Interface IConnection _
	Inherits IDisposable, IStartable, IStoppable
C#
public interface IConnection : IDisposable, 
	IStartable, IStoppable
Visual C++
public interface class IConnection : IDisposable, 
	IStartable, IStoppable
JavaScript
Apache.NMS.IConnection = function();
Apache.NMS.IConnection.createInterface('Apache.NMS.IConnection');

See Also