RemotePresentitySubscriptionState 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.
Represents the current state of the subscription object.
public enum class RemotePresentitySubscriptionState
public enum RemotePresentitySubscriptionState
type RemotePresentitySubscriptionState =
Public Enum RemotePresentitySubscriptionState
- Inheritance
-
RemotePresentitySubscriptionState
Fields
Name | Value | Description |
---|---|---|
Idle | 0 | Subscription is not active. |
Subscribing | 1 | Subscribe request has been issued. |
Polling | 2 | The presentity will be polled for. |
Subscribed | 3 | Subscription state is active. |
WaitingForRetry | 4 | Previous subscribe request failed and will be retried. |
Terminating | 5 | Unsubscribing from the session. |
Terminated | 6 | The subscription failed irrevocably. |