10.24.0

IQueue Interface

Represents a Queue.

Definition

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

Properties

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


(Inherited from IDestination)

Methods

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

See Also