StreamLink.NET
SubscriptionStatusEventType Enumeration
StreamLink.NETCaplin.StreamLink.SubscriptionSubscriptionStatusEventType
Indicates the type of an event (ISubscriptionStatusEvent) that is raised when there is a change in the status of a subscription.
Declaration Syntax
C#Visual BasicVisual C++
public enum SubscriptionStatusEventType
Public Enumeration SubscriptionStatusEventType
public enum class SubscriptionStatusEventType
Members
MemberDescription
Unknown
The subscription status event type is unknown.

Ok
All the "required" and "non-required" DataSources providing data for the subscription are up, and the data is live.

Stale
One or more of the "required" DataSources providing data for the subscription are down. The data for the subscription is stale.

Limited
One or more of the "non-required" DataSources providing data for the subscription are down. However, all the "required" DataSources are up. Since all the "required" DataSources are up, this indicates a minor problem with the data.

Removed
The user's subscription has been cancelled, and the client will no longer receive any updates for it.

Info
Non-critical information about the objects provider.

Unsubscribed
Confirmation that the subscription has been unsubscribed from on the Liberator.

UnsubscribeFailed
An attempt to unsubscribe failed.

Remarks
The SubscriptionStatusEventType enumeration is available through the Status property of ISubscriptionStatusEvent.

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