Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
Chapter 12      Helper Classes
Logger Class (.NET and Java Only)
12-44
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
Parameters
Milliseconds
The maximum length of time in milliseconds to wait before timing out.   The 
default is INFINITE if called without arguments. For Java and .NET, a value 
of zero will cause this method to wait infinitely.
Return Values
The WaitOnMultipleEvents method returns one of the values listed in 
Logger Class (.NET and Java Only)
The Logger class creates a Logger object and a LogManager object, if one does 
not already exist. Any object that needs to perform logging must instantiate the 
Logger class. 
The Logger class communicates with the singleton 
LogManager object, which acts as the centralized logging facility. The 
Logger class also defines tracing constants
.
Methods
 list the methods in the Logger class.
Table 12-9 WaitOnMultipleEvents Return Values
Value
When Returned
EVENT_SIGNALED
If one of the events in the mask occurred.
EVENT_WAIT_TIMEDOUT
If the timeout period elapsed.
WAIT_FAILED
If unable to wait on the events in the mask.