IDestination Interface

Solclient

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

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public interface IDestination : IDisposable
Public Interface IDestination
	Inherits IDisposable
public interface class IDestination : IDisposable

The IDestination type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Properties
  NameDescription
Public propertyName
Represents the physical name of a destination.
Public propertyTemporary
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.

Top
See Also