IDestination.Temporary Property

Solclient

IDestinationTemporary Property
version: 7.2.1.27
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.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
bool Temporary { get; }
ReadOnly Property Temporary As Boolean
	Get
property bool Temporary {
	bool get ();
}

Property Value

Type: Boolean
See Also