C# Class PRI.ProductivityExtensions.HeaderHandlerExtensions.HeaderHandlerable

Class that contains extension methods that extend HeaderHandler
Datei anzeigen Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this headerhandler, Header headers, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. headerhandler.BeginInvoke(headers, 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. headerhandler.BeginInvoke(headers, callback);
public static BeginInvoke ( this headerhandler, Header headers, AsyncCallback callback ) : IAsyncResult
headerhandler this
headers System.Runtime.Remoting.Messaging.Header
callback AsyncCallback
return IAsyncResult