C# Класс PRI.ProductivityExtensions.DownloadDataCompletedEventHandlerExtensions.DownloadDataCompletedEventHandlerable

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

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

Метод Описание
BeginInvoke ( this downloaddatacompletedeventhandler, Object sender, DownloadDataCompletedEventArgs e, AsyncCallback callback ) : IAsyncResult

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

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

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

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