C# Class PRI.ProductivityExtensions.CrossContextDelegateExtensions.CrossContextDelegateable

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

Méthodes publiques

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

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