StreamLink for Silverlight
SubscriptionStatusEventType Enumeration
StreamLink for SilverlightCaplin.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 available, and the data they supply 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 available. Since all the “required” DataSources are available, 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 source of the data for the subscription.

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.

Whether or not a DataSource is “required” is defined by the setting of the required option of the Liberator configuration item add-source-group. For more information, see the Liberator Administration Guide.

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.16.0 (5.0.16.0)