StreamLink.NET
IDirectorySubscription Interface
StreamLink.NETCaplin.StreamLink.Subscription.DirectoryIDirectorySubscription
Represents a subscription to a directory on the Liberator.
Declaration Syntax
C#Visual BasicVisual C++
public interface IDirectorySubscription : ISubscription
Public Interface IDirectorySubscription _
	Implements ISubscription
public interface class IDirectorySubscription : ISubscription
Members
All MembersMethodsProperties



IconMemberDescription
DataStatus
Identifies if the data for the subscription truly represents the live data for the subject.
(Inherited from ISubscription.)
Elements
Gets a list of the elements in this directory.

Parameters
Gets the parameters used when subscribing to the subject on the Liberator.
(Inherited from ISubscription.)
Status
Gets the status of this subscription.
(Inherited from ISubscription.)
Subject
The subject name to which the subscription relates (for example, "FX/EURUSD").
(Inherited from ISubscription.)
Subscribe()()()
Subscribes to the Subject on the Liberator.
(Inherited from ISubscription.)
SubscriptionListener
Gets the ISubscriptionListener that is informed of all subscription events relating to this subscription.
(Inherited from ISubscription.)
Type
Identifies the type of subject the subscription is for.
(Inherited from ISubscription.)
Unsubscribe()()()
Unsubscribes to the Subject on the Liberator.
(Inherited from ISubscription.)
Remarks

An IDirectorySubscription object should be created using the CreateDirectorySubscription(IDirectorySubscriptionListener, String) or CreateDirectorySubscription(IDirectorySubscriptionListener, String, IDirectorySubscriptionParameters) methods.

A directory is made up of zero or more elements of a given SubjectType (for example, Records). For more information about directories, see the Caplin StreamLink Overview.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.23.0 (5.0.23.0)