IVsTask.AbortIfCanceled Method

Definition

Aborts the task if the task has been cancelled. Use this method to return from a cancelled task.

public:
 void AbortIfCanceled();
public:
 void AbortIfCanceled();
void AbortIfCanceled();
public void AbortIfCanceled ();
abstract member AbortIfCanceled : unit -> unit
Public Sub AbortIfCanceled ()

Remarks

This method is safe to access from any thread.

Applies to