TDengine Connector C# Class Library
TDengine Connector C# Class Library
TDengineDriver
TDengine Class
TDengine Methods
AffectRows Method
Cleanup Method
Close Method
Connect Method
Consume Method
Error Method
ErrorNo Method
FetchFields Method
FetchLengths Method
FetchRowAsync Method
FetchRows Method
FieldCount Method
FreeResult Method
Init Method
LoadTableInfo Method
Options Method
Query Method
QueryAsync Method
ResultPrecision Method
SchemalessInsert Method
StmtAddBatch Method
StmtBindParam Method
StmtBindParamBatch Method
StmtBindSingleParamBatch Method
StmtClose Method
StmtErrorStr Method
StmtExecute Method
StmtInit Method
StmtPrepare Method
StmtSetSubTbname Method
StmtSetTbname Method
StmtSetTbnameTags Method
StmtUseResult Method
Subscribe Method
Unsubscribe Method
TDengine
FetchRowAsync Method
Get the result set of asynchronous queries in batch, which can only be used with QueryAsync().
FetchRowAsyncCallback
Namespace:
TDengineDriver
Assembly:
TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
Copy
public
static
void
FetchRowAsync
(
IntPtr
taoRes
,
FetchRowAsyncCallback
fq
,
IntPtr
param
)
Parameters
taoRes
Type:
System
IntPtr
The result set returned when backcall QueryAsyncCallback
fq
Type:
TDengineDriver
FetchRowAsyncCallback
Callback function.
FetchRowAsyncCallback
param
Type:
System
IntPtr
The parameter for callback FetchRowAsyncCallback
See Also
Reference
TDengine Class
TDengineDriver Namespace