Represents a single unit of work on an IConnection.
So the ISession can be used to perform transactional receive and sends
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Public Interface ISession _ Inherits IDisposable |
| C# |
|---|
public interface ISession : IDisposable |
| Visual C++ |
|---|
public interface class ISession : IDisposable |
| JavaScript |
|---|
Apache.NMS.ISession = function(); Apache.NMS.ISession.createInterface('Apache.NMS.ISession'); |