RegistrationState Enumeration

Enumerates the registration states.

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 and is waiting for a server reply.
Registered The [Register] operation completed successfully.
Unregistering [Unregister] has been called and is waiting for a server reply.

See Also

Reference

Microsoft.Rtc.Signaling Namespace