Share via


InstantMessagingStatementActivity Class

Plays a single instant message prompt.

Inheritance Hierarchy

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

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

Syntax

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

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

InstantMessagingStatementActivity Members

Microsoft.Rtc.Workflow.Activities Namespace