Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 500
   
11-16
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 11      SkillGroup Object
Methods
* This statistic is available for TDM switches only. It is not valid for IPCC.
** This statistic is available for IPCC Enterprise only or Network Queuing .
Methods
 lists the SkillGroup object methods.
Table 11-3
SkillGroup Object Methods
Method
Description
GroupStatistics
Disables skill group statistic messages.
DumpProperties
See 
EnableSkillGroupStatistics
Enables skill group statistic messages.
GetElement
See 
GetNumProperties
See 
GetPropertyName
See 
GetValue
See 
GetValueInt (C++)
GetValueIntObj (Java)
See 
GetValueString
See 
IsValid
See 
SetValue
See 
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.