StreamLink for Silverlight
SubscriptionStatus Enumeration
StreamLink for SilverlightCaplin.StreamLink.SubscriptionSubscriptionStatus
Indicates the status of a subscription.
Declaration Syntax
C#Visual BasicVisual C++
public enum SubscriptionStatus
Public Enumeration SubscriptionStatus
public enum class SubscriptionStatus
Members
MemberDescription
SubscriptionPending
A subscription request has been issued for the ISubscription but the subscription but has not yet been confirmed.

Subscribed
The subscription has been subscribed to and is currently in a subscribed state.

SubscriptionUpdating
The subscription is currently being updated and StreamLink is waiting for the Liberator to confirm the update.

UnsubscribePending
A request has been made to unsubscribe but the Liberator has yet to confirm that this has been done.

Unsubscribed
The subscription has either never been subscribed to or it has been subscribed to and then unsubscribed. The subscription is currently in an unsubscribed state.

AutoSubscribed
The subscription is for an element of a container and has been automatically subscribed to.

AutoUnsubscribed
The subscription is for an element of a container and has been automatically unsubscribed.

UnsubscribedDueToError
The subscription has been unsubscribed due to an error on the Liberator. Similar to Unsubscribed.

Remarks
The SubscriptionStatus enumeration is available through the Status property of the ISubscription interface and its derived interfaces.

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