Click or drag to resize

TDengineClose Method

Close the connection.

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

Parameters

taos
Type: SystemIntPtr
Pointer returned by Connect(String, String, String, String, Int16) function.
See Also