C# Class PRI.ProductivityExtensions.SendOrPostCallbackExtensions.SendOrPostCallbackable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this sendorpostcallback, Object state, AsyncCallback callback ) : IAsyncResult

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