C# Class PRI.ProductivityExtensions.DownloadProgressChangedEventHandlerExtensions.DownloadProgressChangedEventHandlerable

Class that contains extension methods that extend DownloadProgressChangedEventHandler
Show file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this downloadprogresschangedeventhandler, Object sender, DownloadProgressChangedEventArgs e, AsyncCallback callback ) : IAsyncResult

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

Method Details

BeginInvoke() public static method

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. downloadprogresschangedeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this downloadprogresschangedeventhandler, Object sender, DownloadProgressChangedEventArgs e, AsyncCallback callback ) : IAsyncResult
downloadprogresschangedeventhandler this
sender Object
e System.Net.DownloadProgressChangedEventArgs
callback AsyncCallback
return IAsyncResult