Freigeben über


CtiCallStateManager Constructor

Initializes a new instance of the CtiCallStateManager class.

Namespace: Microsoft.Uii.Desktop.Cti.Core
Assembly: Microsoft.Uii.Desktop.Cti.Core (in Microsoft.Uii.Desktop.Cti.Core.dll)

Usage

'Usage
Dim ctiHostedControlInterface As ICtiControl

Dim instance As New CtiCallStateManager(ctiHostedControlInterface)

Syntax

'Declaration
Protected Sub New ( _
    ctiHostedControlInterface As ICtiControl _
)
protected CtiCallStateManager (
    ICtiControl ctiHostedControlInterface
)
protected:
CtiCallStateManager (
    ICtiControl^ ctiHostedControlInterface
)
protected CtiCallStateManager (
    ICtiControl ctiHostedControlInterface
)
protected function CtiCallStateManager (
    ctiHostedControlInterface : ICtiControl
)

Parameters

  • ctiHostedControlInterface
    Specifies the CTI hosted control interface.

Remarks

Platforms

See Also

Reference

CtiCallStateManager Class
CtiCallStateManager Members
Microsoft.Uii.Desktop.Cti.Core Namespace

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