Cicode Programming Reference > Cicode Function Categories > Tag Functions > TagUnsubscribe

TagUnsubscribe

Unsubscribes the tag subscription specified by the integer subscription handle that was returned from the TagSubscribe function. This function also removes any callbacks that are associated with the subscription.

Syntax

TagUnsubscribe(INT Handle)

Handle

Integer handle of the subscription to unsubscribe.

Return Value

0 (zero) if successful, otherwise an error code is returned.

Related Functions

TagSubscribe, SubscriptionAddCallback, SubscriptionGetAttribute, SubscriptionRemoveCallback

See Also

Tag Functions

Published June 2018