Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
Chapter 9      Agent Object
Methods
9-50
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
Parameters
args
Input parameter in the form of a pointer to an Arguments array that contains 
a member with an integer value that is the TeamID for the team whose 
monitoring should stop. This value should be associated with the key 
“TeamID”.
errorCode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Value
Default CTI OS return values. Se
Remarks
This request is specific to the Supervisor feature and should only be used on 
switches or configurations that have the necessary support (currently, Cisco IPCC 
only).
StopMonitoringAllAgentTeams
The StopMonitoringAllAgentTeams method allows the client, which must be a 
supervisor, to stop monitoring all of the agent teams.
Syntax
C++:
int StopMonitoringAllAgentTeams (Arguments& reserved_args)
COM:
HRESULT StopMonitoringAllAgentTeams (/*[in,optional]*/ IArguments 
reserved_args, /*[out,retval]*/ int * errorcode)
VB:
StopMonitoringAllAgentTeams([reserved_args as 
CTIOSCLIENTLib.IArguments]) As Long
Java:
int StopMonitoringAllAgentTeams(Arguments args)