LocalEndpointStateTransitionReason 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 possible reasons for a LocalEndpoint's state transitions.
public enum class LocalEndpointStateTransitionReason
public enum LocalEndpointStateTransitionReason
type LocalEndpointStateTransitionReason =
Public Enum LocalEndpointStateTransitionReason
- Inheritance
-
LocalEndpointStateTransitionReason
Fields
Name | Value | Description |
---|---|---|
None | 0 | Unknown reason or success of user initiated action. |
TooManyActiveEndpoints | 1 | The number of active endpoints exceeds the limit. |
OwnerDisabledOrRemoved | 2 | The user or application endpoint owner has been disabled or removed. |
RegistrationRefreshSucceeded | 3 | Registration was refreshed successfully. |
RegistrationRefreshFailed | 4 | Registration refresh attempt failed. |
ServerDiscoveryFailed | 5 | Automatic discovery of Microsoft Lync Server failed. |