note
VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.
Enum AbortedPhase
Gives an information whether the connection has been aborted during opening phase or during communication phase.
Namespace: VeloxDB.Networking
Assembly: vlxc.dll
Syntax
public enum AbortedPhase
Fields
Name | Description |
---|---|
Communication | Connection has been aborted during communication, after already being connected. |
OpenAttempt | Connection has been aborted during an attempt to perform a connect operation. |