CtiDesktopManager.SetRootCtiInterface(ICtiControl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the local CTI interface here and initializes the agent and call manager.
public:
virtual void SetRootCtiInterface(Microsoft::Uii::Desktop::Cti::Core::ICtiControl ^ ctiRoot);
public virtual void SetRootCtiInterface (Microsoft.Uii.Desktop.Cti.Core.ICtiControl ctiRoot);
abstract member SetRootCtiInterface : Microsoft.Uii.Desktop.Cti.Core.ICtiControl -> unit
override this.SetRootCtiInterface : Microsoft.Uii.Desktop.Cti.Core.ICtiControl -> unit
Public Overridable Sub SetRootCtiInterface (ctiRoot As ICtiControl)
Parameters
- ctiRoot
- ICtiControl
Specifies the root CTI interface.