ClientState 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.
Enumerates the SignIn states of the Lync client.
public enum class ClientState
public enum ClientState
type ClientState =
Public Enum ClientState
- Inheritance
-
ClientState
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
Uninitialized | 0 | Client is in uninitialized state |
SignedOut | 1 | Client is in signed out state. |
SigningIn | 2 | Client is in signing in state. |
SignedIn | 3 | Client is in signed in state. |
SigningOut | 4 | Client is in signing out state. |
ShuttingDown | 5 | Client is in shutting down state. |
Initializing | 6 | Client is initializing. |