IQueue Interface

Solclient

IQueue Interface
version: 7.2.1.27
Represents a 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 IQueue : IDestination, IEndpoint, 
	IDisposable
Public Interface IQueue
	Inherits IDestination, IEndpoint, IDisposable
public interface class IQueue : IDestination, 
	IEndpoint, IDisposable

The IQueue 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 propertyDurable
When true, the endpoint's life span is independent of the corresponding IFlow or ISession.
(Inherited from IEndpoint.)
Public propertyName
Represents the physical name of a destination.
(Inherited from IDestination.)
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.

(Inherited from IDestination.)
Top
See Also