Freigeben über


CtiCallStateManager.RaiseNewCallEvent Method

Raises a new call event if a new call event is wired.

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

Usage

'Usage
Dim instance As CtiCallStateManager
Dim newCallArgs As NewCallEventArgs

instance.RaiseNewCallEvent(newCallArgs)

Syntax

'Declaration
Public Sub RaiseNewCallEvent ( _
    newCallArgs As NewCallEventArgs _
)
public void RaiseNewCallEvent (
    NewCallEventArgs newCallArgs
)
public:
virtual void RaiseNewCallEvent (
    NewCallEventArgs^ newCallArgs
) sealed
public final void RaiseNewCallEvent (
    NewCallEventArgs newCallArgs
)
public final function RaiseNewCallEvent (
    newCallArgs : NewCallEventArgs
)

Parameters

  • newCallArgs
    Specifies the new call arguments.

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

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.