Interface IDestination
A base interface for destinations such as queues or topics
Inherited Members
System.IDisposable.Dispose()
Assembly: Apache.NMS.dll
Syntax
public interface IDestination : IDisposable
Properties
|
Improve this Doc
View Source
DestinationType
Declaration
DestinationType DestinationType { get; }
Property Value
|
Improve this Doc
View Source
IsQueue
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTemporary
Declaration
bool IsTemporary { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTopic
Declaration
Property Value
Type |
Description |
System.Boolean |
|