RealTimeActivitySubscriptionState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration for the possible states of a statistic subscription request to the real-time activity service.
[Windows.Foundation.Metadata.Version(1)]
public enum RealTimeActivitySubscriptionState
type RealTimeActivitySubscriptionState =
Public Enum RealTimeActivitySubscriptionState
- Inheritance
-
RealTimeActivitySubscriptionState
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The subscription state is unknown. |
PendingSubscribe | 1 | Waiting for the server to respond to the subscription request. |
Subscribed | 2 | Subscription confirmed. |
PendingUnsubscribe | 3 | Waiting for the server to respond to the unsubscribe request. |
Closed | 4 | Unsubscribe confirmed. |