API reference
API reference
Select your platform
No SDKs available
No versions available

NetSyncDisconnectReason Enum

It represents the possible reasons why the status of a Models.NetSyncConnection, which allows multiple clients to connect and communicate with each other in real-time, is disconnected. The connection provides a way to manage and facilitate real-time communication and data synchronization between multiple clients in a networked environment.

Enumeration Constants

MemberDescription
Unknown
LocalTerminated
This member indicates that the disconnect of the Models.NetSyncConnection was initialized from the a user request.
ServerTerminated
This member indicates that the connection of the Models.NetSyncConnection was shutdown by the server intentionally.
Failed
This member indicates that the initial connection request never succeeded.
Lost
This member indicates that the Models.NetSyncConnection was shutdown because of the network timeout.