A base interface for destinations such as queues or topics
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Public Interface IDestination |
| C# |
|---|
public interface IDestination |
| Visual C++ |
|---|
public interface class IDestination |
| JavaScript |
|---|
Apache.NMS.IDestination = function(); Apache.NMS.IDestination.createInterface('Apache.NMS.IDestination'); |