C# Class PRI.ProductivityExtensions.TimerCallbackExtensions.TimerCallbackable

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

Méthodes publiques

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

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