다음을 통해 공유


CtiDesktopManager Class

Represents the base class for implementing a CTI desktop manager. The CTI desktop manager is intended to provide business logic support for CTI solutions.

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

Syntax

'Declaration
Public MustInherit Class CtiDesktopManager
    Inherits HostedControl
    Implements ICtiDesktopManager
public abstract class CtiDesktopManager : HostedControl, ICtiDesktopManager
public ref class CtiDesktopManager abstract : public HostedControl, ICtiDesktopManager
public abstract class CtiDesktopManager extends HostedControl implements ICtiDesktopManager
public abstract class CtiDesktopManager extends HostedControl implements ICtiDesktopManager

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       System.Windows.Forms.Control
         System.Windows.Forms.ScrollableControl
           System.Windows.Forms.ContainerControl
             System.Windows.Forms.UserControl
               Microsoft.Uii.Csr.HostedControl
                Microsoft.Uii.Desktop.Cti.Controls.CtiDesktopManager

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 Members
Microsoft.Uii.Desktop.Cti.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.