C# Class PRI.ProductivityExtensions.AsyncCallbackExtensions.AsyncCallbackable

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

Méthodes publiques

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

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