IDurableTopicEndpoint Interface

Solclient

IDurableTopicEndpoint Interface
version: 7.2.1.27

Note: This API is now obsolete.

Represents a durable Topic Endpoint. This interface has been made obsolete in favor of ITopicEndpoint.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
[ObsoleteAttribute("Use ITopicEndpoint instead")]
public interface IDurableTopicEndpoint : ITopicEndpoint, 
	IEndpoint, IDisposable
<ObsoleteAttribute("Use ITopicEndpoint instead")>
Public Interface IDurableTopicEndpoint
	Inherits ITopicEndpoint, IEndpoint, IDisposable
[ObsoleteAttribute(L"Use ITopicEndpoint instead")]
public interface class IDurableTopicEndpoint : ITopicEndpoint, 
	IEndpoint, IDisposable

The IDurableTopicEndpoint type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
Properties
  NameDescription
Public propertyDurable
When true, the endpoint's life span is independent of the corresponding IFlow or ISession.
(Inherited from IEndpoint.)
Public propertyName
The name of the Endpoint. A non-durable TopicEndpoint does not have a name.
(Inherited from IEndpoint.)
Top
See Also