Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
9-15
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 9      Agent Object
Methods
Answer([reserved_args As IArguments]) As Long
as follows:
Answer()
To ignore these parameters in COM you must send a NULL, as shown:
Answer (NULL)
DisableAgentStatistics
The DisableAgentStatistics method is sent by an agent to request that real-time 
statistics stop being sent to that agent.
Syntax
C++:
int DisableAgentStatistics (Arguments& reserved_args)
COM:
HRESULT DisableAgentStatistics (/*[in]*/  IArguments 
reserved_args, /* [out, retval]*/ int * errorcode)
VB:
DisableAgentStatistics (reserved_args As 
CTIOSCLIENTLib.IArguments) As Long
Java:
int DisableAgentStatistics (Arguments reservedargs);
Parameters
reserved_args
Not currently used, reserved for future use.1
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Value
Default CTI OS return values. Se