StreamLink.NET
ISubscriptionStatusEvent Interface
StreamLink.NETCaplin.StreamLink.SubscriptionISubscriptionStatusEvent
Represents an event raised when there is a change in the status of a subscription.
Declaration Syntax
C#Visual BasicVisual C++
public interface ISubscriptionStatusEvent
Public Interface ISubscriptionStatusEvent
public interface class ISubscriptionStatusEvent
Members
All MembersProperties



IconMemberDescription
Code
Gets the status code for the ISubscriptionStatusEvent.

Message
Gets the status message for the ISubscriptionStatusEvent.

Status
Gets the status of the subscription as at the time the event was raised.

Subject
Gets the subject of the subscription.

Remarks

When StreamLink receives information about a change in the status of a subscription it raises an event. To do this it

The types of event that can be raised include:

  • Changes to the status of the DataSource or DataSources that provide the data for the subscribed subject.
  • Information about the result of a request to unsubscribe the subject.
For more information see the SubscriptionStatusEventType enum.

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