Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
Chapter 6      Event Interfaces and Events
ISilentMonitorEvents
6-116
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
OnStopSilentMonitorConf
This OnStopSilentMonitorConf event is sent to the monitoring application to 
indicate that a StopSilentMonitorRequest has been processed at the CTIOS 
server.
Syntax 
C++:
 void OnStopSilentMonitorConf (Arguments & args);
COM:
  
HRESULT OnStopSilentMonitorConf ([in] Arguments* args);
VB:
 
 Session_ OnStopSilentMonitorConf (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following fields.
OriginatingServerID
STRING
TCP/IP Address:Port of the CTIOS 
server from which the request 
originated.
OriginatingClientID
STRING
Client Identification of the monitoring 
application.
Keyword
Type
Description
MonitoredUniqueObject
ID
STRING
Unique Object ID of the object being 
monitored
AgentID
STRING
Agent ID of the agent who had been 
monitored. This message will contain 
either AgentID or DeviceID, but not 
both.
DeviceID
STRING
Device ID of the agent who had been 
monitored. This message will contain 
either AgentID or DeviceID, but not 
both.