OutboundCallActivity Class

Makes an outbound call.

Inheritance Hierarchy

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

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

Syntax

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

OutboundCallActivity Members

Microsoft.Rtc.Workflow.Activities Namespace