Click or drag to resize

ITopicEndpoint Interface

version: 10.22.0
Represents a Topic Endpoint (Durable or Non-Durable). This interface obsoletes IDurableTopicEndpoint.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.22.0
Syntax
C#
public interface ITopicEndpoint : IEndpoint, 
	IDisposable

The ITopicEndpoint type exposes the following members.

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
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also