次の方法で共有


DataAsyncCommand.OnCancel(Object) Method

Definition

Dispatches the asynchronous cancel operation to the appropriate synchronous method.

protected:
 virtual void OnCancel(System::Object ^ userState);
protected virtual void OnCancel (object userState);
abstract member OnCancel : obj -> unit
override this.OnCancel : obj -> unit
Protected Overridable Sub OnCancel (userState As Object)

Parameters

userState
Object

The unique identifier of an asynchronous operation to cancel.

Applies to