RegistrationState Enum

Definition

Indicates the registration state.

public enum class RegistrationState
public enum RegistrationState
type RegistrationState = 
Public Enum RegistrationState
Inheritance
RegistrationState

Fields

Registered 2

The Register operation completed successfully.

Registering 1

BeginRegister has been called, waiting for a server reply.

Unregistered 0

Before Register, or after Unregister, or after the server disconnects.

Unregistering 3

Unregister has been called, waiting for a server reply.

Applies to