StreamLink.NET
ISubscriptionDataEvent Interface
StreamLink.NETCaplin.StreamLink.SubscriptionISubscriptionDataEvent
Provides access to fundamental information about subscription events relating to changes in data, such as the subject and the type of event that has occurred.
Declaration Syntax
C#Visual BasicVisual C++
public interface ISubscriptionDataEvent
Public Interface ISubscriptionDataEvent
public interface class ISubscriptionDataEvent
Members
All MembersProperties



IconMemberDescription
Subject
Gets the name of the subject that the subscription data event relates to.

SubjectType
Gets the type of the subject that the subscription data event relates to.

Type
Gets the type of the subscription data event.

Remarks

In application code, use the derived interfaces that relate to specific types of data, rather than this base-level interface. For example, the IRecordEvent interface is derived from ISubscriptionDataEvent; it provides information about changes to a subscribed subject of type record, including the fields that have changed and their new values.

See Also

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