CtiDesktopManager.CallStateManager Property
Gets or sets the base call state manager object.
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.CallStateManager
instance.CallStateManager = value
Syntax
'Declaration
Public Property CallStateManager As ICtiCallStateManager
public ICtiCallStateManager CallStateManager { get; set; }
public:
property ICtiCallStateManager^ CallStateManager {
ICtiCallStateManager^ get ();
void set (ICtiCallStateManager^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public ICtiCallStateManager get_CallStateManager ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_CallStateManager (ICtiCallStateManager value)
CompilerGeneratedAttribute
public function get CallStateManager () : ICtiCallStateManager
CompilerGeneratedAttribute
public function set CallStateManager (value : 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.