DataTask.ICancelableTask.Cancel Method
Cancels the active operation.
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)
Syntax
'Declaration
Private Sub Cancel Implements ICancelableTask.Cancel
void ICancelableTask.Cancel()
private:
virtual void Cancel() sealed = ICancelableTask::Cancel
private abstract Cancel : unit -> unit
private override Cancel : unit -> unit
JScript does not support explicit interface implementations.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.