CtiDesktopManager.GetCtiCallStateManager Property
Gets the call state manager as a ICtiCallState manager 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 ICtiCallStateManager
value = instance.GetCtiCallStateManager
Syntax
'Declaration
Public ReadOnly Property GetCtiCallStateManager As ICtiCallStateManager
public ICtiCallStateManager GetCtiCallStateManager { get; }
public:
virtual property ICtiCallStateManager^ GetCtiCallStateManager {
ICtiCallStateManager^ get () sealed;
}
/** @property */
public final ICtiCallStateManager get_GetCtiCallStateManager ()
public final function get GetCtiCallStateManager () : ICtiCallStateManager
Property Value
Type:ICtiCallStateManager.
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.