C# Class PRI.ProductivityExtensions.HeaderHandlerExtensions.HeaderHandlerable

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

Méthodes publiques

Méthode 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 méthode

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
Résultat IAsyncResult