Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raised when the agent goes into an unavailable state.
Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)
Usage
'Usage
Dim instance As ICtiAgentStateManager
Dim handler As EventHandler(Of AgentStateManagerEventArgs)
AddHandler instance.AgentNotAvailable, handler
Syntax
'Declaration
Event AgentNotAvailable As EventHandler(Of AgentStateManagerEventArgs)
event EventHandler<AgentStateManagerEventArgs> AgentNotAvailable
event EventHandler<AgentStateManagerEventArgs^>^ AgentNotAvailable {
void add (EventHandler<AgentStateManagerEventArgs^>^ value);
void remove (EventHandler<AgentStateManagerEventArgs^>^ value);
}
/** @event */
void add_AgentNotAvailable (EventHandler<AgentStateManagerEventArgs> value)
/** @event */
void remove_AgentNotAvailable (EventHandler<AgentStateManagerEventArgs> value)
Platforms
See Also
Reference
ICtiAgentStateManager Interface
ICtiAgentStateManager Members
Microsoft.Uii.Desktop.Cti.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.