IEndpoint.Durable Property

Solclient

IEndpointDurable Property
version: 7.2.1.27
When true, the endpoint's life span is independent of the corresponding IFlow or ISession.

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

Property Value

Type: Boolean
See Also