메소드 | 설명 | |
---|---|---|
BeginInvoke ( this sqlrowupdatingeventhandler, Object sender, System.Data.SqlClient.SqlRowUpdatingEventArgs 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 sqlrowupdatingeventhandler, Object sender, System.Data.SqlClient.SqlRowUpdatingEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
sqlrowupdatingeventhandler | this | |
sender | Object | |
e | System.Data.SqlClient.SqlRowUpdatingEventArgs | |
callback | AsyncCallback | |
리턴 | IAsyncResult |