C# Class PRI.ProductivityExtensions.MethodInvokerExtensions.MethodInvokerable

Class that contains extension methods that extend MethodInvoker
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode 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 méthode

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
Résultat IAsyncResult