10.24.0

IDurableTopicEndpoint Interface

Note: This API is now obsolete.
Represents a durable Topic Endpoint. This interface has been made obsolete in favor of ITopicEndpoint.

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
[ObsoleteAttribute("Use ITopicEndpoint instead")]
public interface IDurableTopicEndpoint : ITopicEndpoint, 
	IEndpoint, IDisposable
Implements
IEndpoint, ITopicEndpoint, IDisposable

Properties

Durable When true, the endpoint's life span is independent of the corresponding IFlow or ISession.
(Inherited from IEndpoint)
Name The name of the Endpoint. A non-durable TopicEndpoint does not have a name.
(Inherited from IEndpoint)

Methods

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

See Also