InstantMessagingCommandActivity Class

Represents a digression in the dialog flow caused by an instant message request from the user.

Inheritance Hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        System.Workflow.Activities.SequenceActivity
          Microsoft.Rtc.Workflow.Activities.CommunicationsSequenceActivity
            Microsoft.Rtc.Workflow.Activities.CommandActivity
              Microsoft.Rtc.Workflow.Activities.InstantMessagingCommandActivity
                Microsoft.Rtc.Workflow.Activities.InstantMessagingHelpCommandActivity

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

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(InstantMessagingCommandActivity), "Images.InstantMessagingCommandActivity.bmp")> _
Public Class InstantMessagingCommandActivity _
    Inherits CommandActivity
'Usage
Dim instance As InstantMessagingCommandActivity
[ToolboxBitmapAttribute(typeof(InstantMessagingCommandActivity), "Images.InstantMessagingCommandActivity.bmp")]
public class InstantMessagingCommandActivity : CommandActivity

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

InstantMessagingCommandActivity Members

Microsoft.Rtc.Workflow.Activities Namespace