CtiAgentStateManager.OnUpdateAgentStatusEvent(CtiCoreEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles an update for the CTI platform indicating that an agent change event has occured. This method should aways be overriden.
public:
abstract void OnUpdateAgentStatusEvent(Microsoft::Uii::Desktop::Cti::Core::CtiCoreEventArgs ^ e);
public abstract void OnUpdateAgentStatusEvent (Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs e);
abstract member OnUpdateAgentStatusEvent : Microsoft.Uii.Desktop.Cti.Core.CtiCoreEventArgs -> unit
Public MustOverride Sub OnUpdateAgentStatusEvent (e As CtiCoreEventArgs)
Parameters
Specifies the CTI specific inbound event.