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.
Class AbortedPhase
Gives an information whether the connection has been aborted during opening phase or during communication phase.
Inheritance
System.Object
AbortedPhase
Namespace: VeloxDB.Networking
Assembly: vlxc.dll
Syntax
public sealed class AbortedPhase : Enum
Fields
Communication
Connection has been aborted during communication, after already being connected.
Declaration
public const AbortedPhase Communication
Field Value
Type | Description |
---|---|
AbortedPhase |
OpenAttempt
Connection has been aborted during an attempt to perform a connect operation.
Declaration
public const AbortedPhase OpenAttempt
Field Value
Type | Description |
---|---|
AbortedPhase |