NativeActivity<TResult>::Abort Method (NativeActivityAbortContext^)

.NET Framework (current version)
 

When implemented in a derived class, takes actions in response to the activity being aborted.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

protected:
virtual void Abort(
	NativeActivityAbortContext^ context
)

Parameters

context
Type: System.Activities::NativeActivityAbortContext^

The execution context in which the activity executes.

.NET Framework
Available since 4.0
Return to top
Show: