Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 640
9-15
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.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)
.NET:
CilError DisableAgentStatistics(Arguments args)
Parameters
.NET:args
Not currently used, reserved for future use.
All Others:reserved_args
Not currently used, reserved for future use.
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Value
Default CTI OS return values. See