Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
Chapter 8      Session Object
Methods
8-14
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
DestroyWaitObject (C++ , Java, and .NET)
The DestroyWaitObject method removes the specified CWaitObject from the 
Session and decrements its reference count.
Syntax
C++:
void DestroyWaitObject(CWaitObject * pWaitObject)
Java:
void DestroyWaitObject(WaitObject rWaitObj)
.NET:
DestroyWaitObject(WaitObject rWaitObj)
Parameters
WaitObject
A pointer to the CWaitObject to be destroyed.
Return Values
None.
Remarks
For more information about CWaitObject see 
DisableSkillGroupStatistics (C++ , Java, and .NET)
The DisableSkillGroupStatistics method requests that sending real-time statistics 
to the session object be stopped. 
Syntax
C++, Java:
int DisableSkillGroupStatistics(Arguments & args) 
.NET:
CilError DisableSkillGroupStatistics(Arguments rArgs)