Click or drag to resize

TDengineUnsubscribe Method

Unsubscribe.

Namespace:  TDengineDriver
Assembly:  TDengineDriver (in TDengineDriver.dll) Version: 1.0.6
Syntax
C#
public static void Unsubscribe(
	IntPtr subscribe,
	bool keep
)

Parameters

subscribe
Type: SystemIntPtr
Subscription object return by "Subscribe"
keep
Type: SystemBoolean
If it is not true, the API will keep the progress of subscription, and the and the subsequent call to taos_subscribe can continue based on this progress; otherwise, the progress information will be deleted and the data can only be read again.
Exceptions
ExceptionCondition
Exception
See Also