Callback function for the end of read.
Namespace: DataBaseExecutorsAssembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
public delegate void fetchDbEnd(
bool result,
long counter
)
public delegate void fetchDbEnd(
bool result,
long counter
)
Public Delegate Sub fetchDbEnd (
result As Boolean,
counter As Long
)
Public Delegate Sub fetchDbEnd (
result As Boolean,
counter As Long
)
public delegate void fetchDbEnd(
bool result,
long long counter
)
public delegate void fetchDbEnd(
bool result,
long long counter
)
Parameters
- result
- Type: System Boolean
- counter
- Type: System Int64