Enum AppDisconnectionReason
Resons for an app disconnecting from the service.
Namespace: HoloMetrix.Net.Remote
Assembly: HoloMetrix.Net.Remote.dll
Syntax
public enum AppDisconnectionReason
Fields
| Name | Description |
|---|---|
| Remote | The remote system closed the app connection. |
| Unknown | The disconnection reason is unknown. |
| User | The user closed the connection. |