ISubscription Interface

Solclient

ISubscription Interface
version: 7.2.1.27
Represents a Subscription, one of {IXpe, ITopic}.

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 ISubscription : IDisposable
Public Interface ISubscription
	Inherits IDisposable
public interface class ISubscription : IDisposable

The ISubscription 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
See Also