Click or drag to resize

TDengine.Unsubscribe 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: System.IntPtr
Subscription object return by "Subscribe"
keep
Type: System.Boolean
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