C# Class PRI.ProductivityExtensions.ThreadStartExtensions.ThreadStartable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this threadstart, AsyncCallback callback ) : IAsyncResult

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