Click or drag to resize

IDestinationTemporary Property

version: 10.21.0
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: 10.21.0
Syntax
C#
bool Temporary { get; }

Property Value

Type: Boolean
See Also