ITAgentEvent interface (tapi3cc.h)
The ITAgentEvent interface contains methods that retrieve the description of agent events. When the application's implementation of the ITTAPIEventNotification::Event method indicates a TAPI_EVENT equal to TE_AGENT, the method's pEvent parameter is an IDispatch pointer for the ITAgentEvent interface. The methods of this interface can be used to retrieve information concerning the agent event that has occurred.
See About Call Center Controls for additional information on agents.
Inheritance
The ITAgentEvent interface inherits from the IDispatch interface. ITAgentEvent also has these types of members:
Methods
The ITAgentEvent interface has these methods.
ITAgentEvent::get_Agent The ITAgentEvent::get_Agent method (tapi3cc.h) gets the interface for the agent on which the event occurred. |
ITAgentEvent::get_Event The ITAgentEvent::get_Event method (tapi3cc.h) gets an AGENT_EVENT descriptor of the event that occurred. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | tapi3cc.h (include Tapi3.h) |