Click or drag to resize

TDengineFreeResult Method

Release the query result set and related resources. After the query is completed, be sure to call the API to release resources, otherwise it may lead to application memory leakage. However, it should also be noted that after releasing resources, if you call functions such as Consume(IntPtr) to obtain query results, it will lead the application to Crash.

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public static void FreeResult(
	IntPtr res
)

Parameters

res
Type: SystemIntPtr
Reference point to the query result set.
See Also