add_notify


Description:

public bool add_notify (string variable, Type type, ServiceProxyNotifyCallback callback)

Sets up callback to be called whenever a change notification for variable is recieved.

Parameters:

this

A ServiceProxy

variable

The variable to add notification for

type

The type of the variable

callback

The callback to call when variable changes

user_data

User data for callback

Returns:

true on success.