IEndpoint Interface

Solclient

IEndpoint Interface
version: 7.2.1.27
Represents an Endpoint one of ITopicEndpoint, IQueue, or ISubscriberEndpoint.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public interface IEndpoint : IDisposable
Public Interface IEndpoint
	Inherits IDisposable
public interface class IEndpoint : IDisposable

The IEndpoint 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.
Public propertyName
The name of the Endpoint. A non-durable TopicEndpoint does not have a name.
Top
See Also