C# Класс PRI.ProductivityExtensions.HeaderHandlerExtensions.HeaderHandlerable

Class that contains extension methods that extend HeaderHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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);

Описание методов

BeginInvoke() публичный статический Метод

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
Результат IAsyncResult