C# Class PRI.ProductivityExtensions.AsyncCompletedEventHandlerExtensions.AsyncCompletedEventHandlerable

Class that contains extension methods that extend AsyncCompletedEventHandler
Mostra file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this asynccompletedeventhandler, Object sender, AsyncCompletedEventArgs e, AsyncCallback callback ) : IAsyncResult

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