AcceptCallActivity Class

Accepts an incoming call.

Inheritance Hierarchy

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

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

Syntax

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

AcceptCallActivity Members

Microsoft.Rtc.Workflow.Activities Namespace