RegistrationState 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 registration state.
public enum class RegistrationState
public enum RegistrationState
type RegistrationState =
Public Enum RegistrationState
- Inheritance
-
RegistrationState
Fields
Name | Value | Description |
---|---|---|
Unregistered | 0 | Before Register, or after Unregister, or after the server disconnects. |
Registering | 1 | BeginRegister has been called, waiting for a server reply. |
Registered | 2 | The Register operation completed successfully. |
Unregistering | 3 | Unregister has been called, waiting for a server reply. |