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
Name | Value | Description |
---|---|---|
Idle | 0 | Initial state. Subscribe is not yet called. |
Subscribing | 1 | Subscription request is sent over the wire, waiting for 200-OK. |
Subscribed | 2 | Subscription state is active. |
WaitingForRetry | 3 | Previous Subscribe request failed and will be retried. |
Terminating | 4 | Unsubscribe request is sent over the wire. |
Terminated | 5 | Unsubscribe completed. |