InstantMessagingHelpCommandActivity Class

Defines a specialized type of InstantMessagingCommandActivity that is used to initiate a more explanatory form of the prompt for the next turn.

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(InstantMessagingHelpCommandActivity), "Images.InstantMessagingHelpCommandActivity.bmp")> _
Public NotInheritable Class InstantMessagingHelpCommandActivity _
    Inherits InstantMessagingCommandActivity
'Usage
Dim instance As InstantMessagingHelpCommandActivity
[ToolboxBitmapAttribute(typeof(InstantMessagingHelpCommandActivity), "Images.InstantMessagingHelpCommandActivity.bmp")]
public sealed class InstantMessagingHelpCommandActivity : InstantMessagingCommandActivity

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

InstantMessagingHelpCommandActivity Members

Microsoft.Rtc.Workflow.Activities Namespace