DataAsyncCommandEndEventHandler Delegate
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.
Represents the method that is called when an asynchronous command ends.
public delegate void DataAsyncCommandEndEventHandler(System::Object ^ result);
public delegate void DataAsyncCommandEndEventHandler(object result);
type DataAsyncCommandEndEventHandler = delegate of obj -> unit
Public Delegate Sub DataAsyncCommandEndEventHandler(result As Object)
Parameters
- result
- Object
The value returned by the command.