Solclient
ITopicEndpoint Interface |
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: 7.2.1.27 (7.2.1.27)
Syntax
The ITopicEndpoint type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.) |
Properties
Name | Description | |
---|---|---|
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.) |
See Also