C# Класс PRI.ProductivityExtensions.ObjectCreationDelegateExtensions.ObjectCreationDelegateable

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

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

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

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

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

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

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