Method | Description | |
---|---|---|
BeginInvoke ( this sqlrowupdatedeventhandler, Object sender, System.Data.SqlClient.SqlRowUpdatedEventArgs 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 sqlrowupdatedeventhandler, Object sender, System.Data.SqlClient.SqlRowUpdatedEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
sqlrowupdatedeventhandler | this | |
sender | Object | |
e | System.Data.SqlClient.SqlRowUpdatedEventArgs | |
callback | AsyncCallback | |
return | IAsyncResult |