The NMS Class Library (.Net Messaging Library)

ISession Interface

Represents a single unit of work on an IConnection. So the ISession can be used to perform transactional receive and sends

For a list of all members of this type, see ISession Members.

public interface ISession : IDisposable

Types that implement ISession

Type Description
Session Default provider of ISession

Requirements

Namespace: NMS

Assembly: activemq-dotnet (in activemq-dotnet.dll)

See Also

ISession Members | NMS Namespace