C# Class PRI.ProductivityExtensions.ObjectCreationDelegateExtensions.ObjectCreationDelegateable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this objectcreationdelegate, IntPtr aggregator, AsyncCallback callback ) : IAsyncResult

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