C# Class PRI.ProductivityExtensions.NameResolutionCallbackExtensions.NameResolutionCallbackable

Class that contains extension methods that extend NameResolutionCallback
Mostra file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method 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 method

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
return IAsyncResult