notify_add


Description:

public uint notify_add (string namespace_section, NotifyFunc func) throws Error

Parameters:

this

a Engine to monitor for changes.

namespace_section

the directory or key to watch; you will be notified of changes at or below this point.

func

the callback to invoke when a notification is received from the server.

user_data

the data to pass to the callback.

Returns:

an ID for the notification request, or 0 on error.