Important: The information in this document is obsolete and should not be used for new development.
OTLeaveNotifier
Allows Open Transport to resume sending primary and completion events. (This function can only be called for Open Transport version 1.1.1 or later.)C INTERFACE
void OTLeaveNotifier (ProviderRef ref);C++ INTERFACE
void TProvider::LeaveNotifier();PARAMETERS
ref
- A provider reference for the provider that can again be interrupted by asynchronous and completion events.
DISCUSSION
This function allows Open Transport to send the specified provider an asynchronous or completion event. You should call this function after having called theOTEnterNotifier
function, to reenable processing of these events.SEE ALSO
"Using Asynchronous Processing With a Notifier".