Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
Chapter 8      Session Object
Methods
8-12
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
Java:
 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 
DestroySilentMonitorManager
The DestroySilentMonitorManager method deletes a SilentMonitorManager 
object instance.
Syntax
C++:
 int DestroySilentMonitorManager(CSilentMonitorManager * 
pSilentMonitor);
COM: HRESULT DestroySilentMonitorManager (/*[in]*/ 
ISilentMonitorManager * pSilentMonitor, /*[out,retval]*/ int * 
errorcode);
VB:
 DestroySilentMonitorManager (ByVal pSilentMonitor As 
CTIOSCLIENTLIB. ISilentMonitorManager) As Long
Java:
 Not available
Parameters
pSilentMonitor
Valid pointer to a SilentMonitorManager object created via 
CreateSilentMonitorManager.
errorcode