Method | Description | |
---|---|---|
BeginInvoke ( this odbcrowupdatedeventhandler, Object sender, System.Data.Odbc.OdbcRowUpdatedEventArgs e, AsyncCallback callback ) : IAsyncResult |
Extends BeginInvoke so that when a state object is not needed, null does not need to be passed.
|
public static BeginInvoke ( this odbcrowupdatedeventhandler, Object sender, System.Data.Odbc.OdbcRowUpdatedEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
odbcrowupdatedeventhandler | this | |
sender | Object | |
e | System.Data.Odbc.OdbcRowUpdatedEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |