CommunicationsSequenceActivity.OnActivityChangeRemove Method
Dynamic update logic for removing an activity from CommunicationsSequenceActivity at runtime.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Protected Overrides NotOverridable Sub OnActivityChangeRemove ( _
executionContext As ActivityExecutionContext, _
removedActivity As Activity _
)
protected override sealed void OnActivityChangeRemove(
ActivityExecutionContext executionContext,
Activity removedActivity
)
protected:
virtual void OnActivityChangeRemove(
ActivityExecutionContext^ executionContext,
Activity^ removedActivity
) override sealed
Parameters
- executionContext
Type: System.Workflow.ComponentModel.ActivityExecutionContext
- removedActivity
Type: System.Workflow.ComponentModel.Activity
Exceptions
Exception | Condition |
---|---|
System.NotSupportedException | Thrown because the operation is not supported. |