C# Class PRI.ProductivityExtensions.MethodInvokerExtensions.MethodInvokerable

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

Public Methods

Method Description
BeginInvoke ( this methodinvoker, AsyncCallback callback ) : IAsyncResult

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