C# Class PRI.ProductivityExtensions.ParameterizedThreadStartExtensions.ParameterizedThreadStartable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this parameterizedthreadstart, Object obj, AsyncCallback callback ) : IAsyncResult

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