DataAsyncCommand.OnCancel(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.