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
- prompt
Type: System.String
- promptType
Type: Microsoft.Rtc.Workflow.Activities.PromptType
See Also
Reference
InstantMessagingTurnStartingEventArgs Class