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
| Idle | 0 | Subscription is not active. |
| Polling | 2 | The presentity will be polled for. |
| Subscribed | 3 | Subscription state is active. |
| Subscribing | 1 | Subscribe request has been issued. |
| Terminated | 6 | The subscription failed irrevocably. |
| Terminating | 5 | Unsubscribing from the session. |
| WaitingForRetry | 4 | Previous subscribe request failed and will be retried. |