C# Class PRI.ProductivityExtensions.NameResolutionCallbackExtensions.NameResolutionCallbackable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this nameresolutioncallback, NameResolutionResult result, AsyncCallback callback ) : IAsyncResult

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