DataTask.ICancelableTask.Cancel Method
This class supports the product infrastructure and is not intended to be used directly from your code.
Cancels the active operation.
Namespace: Microsoft.Data.Tools.Schema.Tasks.Sql
Assembly: Microsoft.Data.Tools.Schema.Tasks.Sql (in Microsoft.Data.Tools.Schema.Tasks.Sql.dll)
Syntax
'Declaration
Private Sub Cancel Implements ICancelableTask.Cancel
'Usage
Dim instance As DataTask
CType(instance, ICancelableTask).Cancel()
void ICancelableTask.Cancel()
private:
virtual void Cancel() sealed = ICancelableTask::Cancel
private abstract Cancel : unit -> unit
private override Cancel : unit -> unit
JScript supports the use of explicit interface implementations, but not the declarations of new ones.