TransitionReason 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 whether the subscription state transition is caused by the server or the client.
public enum class TransitionReason
public enum TransitionReason
type TransitionReason =
Public Enum TransitionReason
- Inheritance
-
TransitionReason
Fields
Name | Value | Description |
---|---|---|
ServerEvent | 0 | Transition caused by the server. |
ClientEvent | 1 | Transition caused by the client. |