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 _
)
'Usage
Dim executionContext As ActivityExecutionContext
Dim removedActivity As Activity
Me.OnActivityChangeRemove(executionContext, _
removedActivity)
protected override sealed void OnActivityChangeRemove(
ActivityExecutionContext executionContext,
Activity removedActivity
)
Parameters
- executionContext
Type: System.Workflow.ComponentModel.ActivityExecutionContext
- removedActivity
Type: System.Workflow.ComponentModel.Activity
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Thrown because the operation is not supported. |
See Also
Reference
CommunicationsSequenceActivity Class