remove_raw_notify


Description:

public bool remove_raw_notify (ServiceProxyNotifyCallback callback)

Cancels the variable change notification for callback and user_data.

This function must not be called directly or indirectly from a ServiceProxyNotifyCallback associated with this service proxy, even if it is for another variable.

Parameters:

this

A ServiceProxy

callback

The callback to call when variable changes

user_data

User data for callback

Returns:

true on success.