Cicode Programming Reference > Cicode Function Categories > Tag Functions Introduction > 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(iHandle)

iHandle

Integer handle of the subscription to unsubscribe.

Return Value

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

Related Functions

TagSubscribe, SubscriptionAddCallback, SubscriptionGetAttribute, SubscriptionRemoveCallback

See Also

Tag Functions