C# Class PRI.ProductivityExtensions.DownloadStringCompletedEventHandlerExtensions.DownloadStringCompletedEventHandlerable

Class that contains extension methods that extend DownloadStringCompletedEventHandler
Mostrar archivo Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this downloadstringcompletedeventhandler, Object sender, DownloadStringCompletedEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. downloadstringcompletedeventhandler.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. downloadstringcompletedeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this downloadstringcompletedeventhandler, Object sender, DownloadStringCompletedEventArgs e, AsyncCallback callback ) : IAsyncResult
downloadstringcompletedeventhandler this
sender Object
e System.Net.DownloadStringCompletedEventArgs
callback AsyncCallback
return IAsyncResult