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 available 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.AgentAvailable, handler
Syntax
'Declaration
Event AgentAvailable As EventHandler(Of AgentStateManagerEventArgs)
event EventHandler<AgentStateManagerEventArgs> AgentAvailable
event EventHandler<AgentStateManagerEventArgs^>^ AgentAvailable {
void add (EventHandler<AgentStateManagerEventArgs^>^ value);
void remove (EventHandler<AgentStateManagerEventArgs^>^ value);
}
/** @event */
void add_AgentAvailable (EventHandler<AgentStateManagerEventArgs> value)
/** @event */
void remove_AgentAvailable (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.