Partilhar via


InstantMessagingTurnStartingEventArgs Constructor

Creates a new InstantMessagingTurnStartingEventArgs instance.

Namespace:  Microsoft.Rtc.Workflow.Activities
Assembly:  Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    prompt As String, _
    promptType As PromptType _
)
'Usage
Dim prompt As String
Dim promptType As PromptType

Dim instance As New InstantMessagingTurnStartingEventArgs(prompt, _
    promptType)
public InstantMessagingTurnStartingEventArgs(
    string prompt,
    PromptType promptType
)

Parameters

See Also

Reference

InstantMessagingTurnStartingEventArgs Class

InstantMessagingTurnStartingEventArgs Members

Microsoft.Rtc.Workflow.Activities Namespace