CtiDesktopManager.SetRootCtiInterface Method
Sets the local CTI interface here and initializes the agent and call 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 ctiRoot As ICtiControl
instance.SetRootCtiInterface(ctiRoot)
Syntax
'Declaration
Public Overridable Sub SetRootCtiInterface ( _
ctiRoot As ICtiControl _
)
public virtual void SetRootCtiInterface (
ICtiControl ctiRoot
)
public:
virtual void SetRootCtiInterface (
ICtiControl^ ctiRoot
)
public void SetRootCtiInterface (
ICtiControl ctiRoot
)
public function SetRootCtiInterface (
ctiRoot : ICtiControl
)
Parameters
- ctiRoot
Specifies the root CTI interface.
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.