InstantMessagingQuestionAnswerActivity Class

Defines an activity that displays a single instant message prompt and performs a recognition on the instant message response.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.Rtc.Workflow.Activities.InstantMessagingQuestionAnswerActivity

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

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(InstantMessagingQuestionAnswerActivity), "Images.InstantMessagingQuestionAnswerActivity.bmp")> _
Public NotInheritable Class InstantMessagingQuestionAnswerActivity _
    Inherits Activity _
    Implements IInstanceDependencyContainer, IActivityEventListener(Of QueueEventArgs)
'Usage
Dim instance As InstantMessagingQuestionAnswerActivity
[ToolboxBitmapAttribute(typeof(InstantMessagingQuestionAnswerActivity), "Images.InstantMessagingQuestionAnswerActivity.bmp")]
public sealed class InstantMessagingQuestionAnswerActivity : Activity, 
    IInstanceDependencyContainer, IActivityEventListener<QueueEventArgs>

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.

See Also

Reference

InstantMessagingQuestionAnswerActivity Members

Microsoft.Rtc.Workflow.Activities Namespace