CallRetrievedEventActivity Class
An activity that is executed when the AudioVideoCall is retrieved from a hold state.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
Microsoft.Rtc.Workflow.Activities.CallControlEventActivity
Microsoft.Rtc.Workflow.Activities.CallRetrievedEventActivity
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
<ToolboxBitmapAttribute(GetType(CallRetrievedEventActivity), "Images.CallRetrievedEventActivity.bmp")> _
Public NotInheritable Class CallRetrievedEventActivity _
Inherits CallControlEventActivity
'Usage
Dim instance As CallRetrievedEventActivity
[ToolboxBitmapAttribute(typeof(CallRetrievedEventActivity), "Images.CallRetrievedEventActivity.bmp")]
public sealed class CallRetrievedEventActivity : CallControlEventActivity
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.