CtiDesktopManager.GetCtiAgentStateManager Property
Gets the agent state manager as a ICtiAgentStateManager interface.
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.GetCtiAgentStateManager
Syntax
'Declaration
Public ReadOnly Property GetCtiAgentStateManager As ICtiAgentStateManager
public ICtiAgentStateManager GetCtiAgentStateManager { get; }
public:
virtual property ICtiAgentStateManager^ GetCtiAgentStateManager {
ICtiAgentStateManager^ get () sealed;
}
/** @property */
public final ICtiAgentStateManager get_GetCtiAgentStateManager ()
public final function get GetCtiAgentStateManager () : 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.