Cisco Cisco Computer Telephony Integration Option 8.5 開発者ガイド

ページ / 668
 
Chapter 11      SkillGroup Object
Methods
11-22
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
DisableSkillGroupStatistics
The DisableSkillGroupStatistics method requests that sending real-time statistics 
to the skillgroup object be stopped. 
Syntax
C++:
int DisableSkillGroupStatistics(Arguments & args) 
COM:
HRESULT DisableSkillGroupStatistics (IArguments * args, int * 
errorCode)
VB:
DisableSkillGroupStatistics (args As CTIOSCLIENTLib.IArguments, 
errorCode As Long)
Java:
int DisableSkillGroupStatistics(Arguments args)
.NET:
CilError DisableSkillGroupStatistics(Arguments args)
Parameters
args
If this method is called in C++,  Java, or .NET via the session object in  
monitor mode with the special SkillGroupStats filter, the args parameter has 
two required values for PeripheralId and SkillGroupNumber. See the Remarks 
section for a code example. Otherwise, this parameter is not used.
errorCode
An output parameter (return parameter in VB) that contains an error code, if 
any.
Return Value
Default CTI OS return values. See 
IsValid
See 
SetValue
See 
Table 11-3 SkillGroup Object Methods
Method
Description