SubscriptionSignalingState 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.
Indicates the current state of the subscription object.
public enum class SubscriptionSignalingState
public enum SubscriptionSignalingState
type SubscriptionSignalingState =
Public Enum SubscriptionSignalingState
- Inheritance
-
SubscriptionSignalingState
Fields
| Idle | 0 | Initial state. Subscribe is not yet called. |
| Subscribed | 2 | Subscription state is active. |
| Subscribing | 1 | Subscription request is sent over the wire, waiting for 200-OK. |
| Terminated | 5 | Unsubscribe completed. |
| Terminating | 4 | Unsubscribe request is sent over the wire. |
| WaitingForRetry | 3 | Previous Subscribe request failed and will be retried. |