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
| None | 0 | Unknown reason or success of user initiated action. |
| OwnerDisabledOrRemoved | 2 | The user or application endpoint owner has been disabled or removed. |
| RegistrationRefreshFailed | 4 | Registration refresh attempt failed. |
| RegistrationRefreshSucceeded | 3 | Registration was refreshed successfully. |
| ServerDiscoveryFailed | 5 | Automatic discovery of Microsoft Lync Server failed. |
| TooManyActiveEndpoints | 1 | The number of active endpoints exceeds the limit. |