Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
Chapter 8      Session Object
Methods
8-12
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
Return Value
If successful, a CSilentMonitorManager object is returned. Otherwise, NULL is 
returned. To identify the specific error, check the value of the LastError Session 
property (
Remarks
Supported for use with IPCC only.
CreateWaitObject (C++, Java, and .NET)
The CreateWaitObject method creates and returns the pointer to a new 
CWaitObject with the specified event mask.
Syntax
C++:
CWaitObject * CreateWaitObject(Arguments & args);
Java:
 
WaitObject CreateWaitObject(Arguments rObjParam)
.NET:
WaitObject CreateWaitObject(Arguments rObjParam)
Parameters
args (C++). rObjParam (Java)
A reference to an Arguments object that contains the list of events the object 
will wait for. The Arguments should contain values where the keys are 
“Event1” through “EventN” and the values are the enumerated event IDs.
Return Values
If successful it returns a pointer to the new Wait object. Otherwise, it returns 
NULL.
For more information about CWaitObject see