C# Класс PRI.ProductivityExtensions.MethodInvokerExtensions.MethodInvokerable

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

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

Метод Описание
BeginInvoke ( this methodinvoker, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. methodinvoker.BeginInvoke(callback);

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

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

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. methodinvoker.BeginInvoke(callback);
public static BeginInvoke ( this methodinvoker, AsyncCallback callback ) : IAsyncResult
methodinvoker this
callback AsyncCallback
Результат IAsyncResult