Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 546
 
9-49
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 9      Agent Object
Methods
Parameters
agent
An input parameter in the form of a pointer to an Arguments array that 
contains a member with a string value that is the UniqueObjectID of the 
desired agent. This should be packaged with the keyword “AgentReference”.
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).
StopMonitoringAgentTeam
The StopMonitoringAgentTeam method allows the client, which must be a 
supervisor, to stop monitoring the specified agent team.
Syntax 
C++:
int StopMonitoringAgentTeam (Arguments& args)
COM:
HRESULT StopMonitoringAgentTeam (/*[in]*/ IArguments args, 
/*[out,retval]*/ int * errorcode)
VB:
StopMonitoringAgentTeam (args as CTIOSCLIENTLib.IArguments) As 
Long
Java:
int StopMonitoringAgentTeam(Arguments args)