C# Class PRI.ProductivityExtensions.AsyncCallbackExtensions.AsyncCallbackable

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

Public Methods

Method Description
BeginInvoke ( this asynccallback, IAsyncResult ar, AsyncCallback callback ) : IAsyncResult

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