C# Класс PRI.ProductivityExtensions.OdbcRowUpdatingEventHandlerExtensions.OdbcRowUpdatingEventHandlerable

Class that contains extension methods that extend OdbcRowUpdatingEventHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
BeginInvoke ( this odbcrowupdatingeventhandler, Object sender, System.Data.Odbc.OdbcRowUpdatingEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. odbcrowupdatingeventhandler.BeginInvoke(sender, e, callback);

Описание методов

BeginInvoke() публичный статический Метод

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. odbcrowupdatingeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this odbcrowupdatingeventhandler, Object sender, System.Data.Odbc.OdbcRowUpdatingEventArgs e, AsyncCallback callback ) : IAsyncResult
odbcrowupdatingeventhandler this
sender Object
e System.Data.Odbc.OdbcRowUpdatingEventArgs
callback AsyncCallback
Результат IAsyncResult