CtiDesktopManager.AgentStateManager Property
Gets or sets the base agent state manager.
Namespace: Microsoft.Uii.Desktop.Cti.Controls
Assembly: Microsoft.Uii.Desktop.Cti.Controls (in Microsoft.Uii.Desktop.Cti.Controls.dll)
Usage
'Usage
Dim instance As CtiDesktopManager
Dim value As ICtiAgentStateManager
value = instance.AgentStateManager
instance.AgentStateManager = value
Syntax
'Declaration
Public Property AgentStateManager As ICtiAgentStateManager
public ICtiAgentStateManager AgentStateManager { get; set; }
public:
property ICtiAgentStateManager^ AgentStateManager {
ICtiAgentStateManager^ get ();
void set (ICtiAgentStateManager^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public ICtiAgentStateManager get_AgentStateManager ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_AgentStateManager (ICtiAgentStateManager value)
CompilerGeneratedAttribute
public function get AgentStateManager () : ICtiAgentStateManager
CompilerGeneratedAttribute
public function set AgentStateManager (value : ICtiAgentStateManager)
Property Value
Type:ICtiAgentStateManager.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
CtiDesktopManager Class
CtiDesktopManager Members
Microsoft.Uii.Desktop.Cti.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.