Specifications

COM+ reference
66
Glink: API reference manual Gallagher & Robertson
removeNotifyScreenArea
boolean removeNotifyScreenArea(int identity)
Removes the GlinkScreenArea object associated with the given identity from
the list of objects being checked for a match. If you only want to be notified the
first time the object matches the current screen, you may set the
"removeAfterwards" parameter in the notifyScreenArea call itself rather than
using this call.
Parameters:
identity - Identifies the GlinkScreenArea object to be removed. To remove all
of the GlinkScreenArea notification objects set, supply -1 for the
identity.
Returns:
True if the object with the given identity is found, otherwise false.
See also:
notifyScreenArea( GlinkScreenArea, int, boolean)
removeNotifyString
boolean removeNotifyString(int identity)
Removes the string associated with the given identity from the list of strings
being checked for. If you only want to be notified the first time the string is
received from the host, you may set the "removeAfterwards" parameter in the
notifyString call itself rather than using this call.
Parameters:
identity - Identifies the string to be removed. To remove all of the string
notifications set, supply -1 for the identity.
Returns:
True if the string with the given identity is found, otherwise false.
See also:
notifyString(String, boolean, int, boolean)