10.24.0

IDestination Interface

Represents a Destination messages can be sent to. A destination can be one of the following: {Topic, Queue}

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public interface IDestination : IDisposable
Implements
IDisposable

Properties

Name Represents the physical name of a destination.
Temporary Indicates whether this is a temporary destination.

Temporary destinations are used mostly for request/reply message exchange patterns. Its scope and lifetime is that of the containing session.

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)

See Also