StreamLink.NET
ISubscriptionParameters Interface
StreamLink.NETCaplin.StreamLink.SubscriptionISubscriptionParameters
The parameters relating to a subscription (ISubscription) on Liberator.
Declaration Syntax
C#Visual BasicVisual C++
public interface ISubscriptionParameters
Public Interface ISubscriptionParameters
public interface class ISubscriptionParameters
Members
All MembersMethods



IconMemberDescription
Equals(ISubscriptionParameters)
Determines if this instance of ISubscriptionParameters is equal to another instance. This is used for message optimisation.

ToParameterString()()()
Converts the ISubscriptionParameters into a string representation.

Remarks
Provides information and functionality that is common to all types of subscription parameters.

There is a derived class for each specific type of data that you can subscribe to; for example the parameters for a record subscription are represented by IRecordSubscriptionParameters.

Use the Create<SubjectType>SubscriptionParameters() methods of IParametersFactory to obtain the parameters for a specific type of data. For example, to get the parameters for a record (IRecordSubscriptionParameters) use one of the CreateRecordSubscriptionParameters methods of IParametersFactory.

See Also

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