Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the registration state.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Enumeration RegistrationState
'Usage
Dim instance As RegistrationState
public enum RegistrationState
Members
| Member name | Description | |
|---|---|---|
| Unregistered | Before Register, or after Unregister, or after the server disconnects. | |
| Registering | BeginRegister has been called, waiting for a server reply. | |
| Registered | The Register operation completed successfully. | |
| Unregistering | Unregister has been called, waiting for a server reply. |