IDestination
A destination is where an application sends messages, or it is a source from which an application receives messages, or both.
- Inheritance hierarchy:
-
IBM.XMS.IPropertyContext | +----IBM.XMS.IDestination
For a list of the XMS defined properties of a Destination object, see Properties of Destination.
.NET properties
Name - Get Destination Name
- Interface:
-
String Name { get; }
Get the name of the destination. The name is a string encapsulating either the name of a queue or the name of a topic.
- Exceptions:
- XMSException
TypeId - Get Destination Type
- Interface:
-
DestinationType TypeId { get; }
Get the type of the destination. The type of the destination is one of the following values:
DestinationType.QueueDestinationType.Topic
- Exceptions:
- XMSException
Inherited properties and methods
The following methods are inherited from the IPropertyContext interface:
- GetBooleanProperty, GetByteProperty, GetBytesProperty, GetCharProperty, GetDoubleProperty, GetFloatProperty, GetIntProperty, GetLongProperty, GetObjectProperty, GetShortProperty, GetStringProperty, SetBooleanProperty, SetByteProperty, SetBytesProperty, SetCharProperty, SetDoubleProperty, SetFloatProperty, SetIntProperty, SetLongProperty, SetObjectProperty, SetShortProperty, SetStringProperty