C# Класс PRI.ProductivityExtensions.PipeStreamImpersonationWorkerExtensions.PipeStreamImpersonationWorkerable

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

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

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

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

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

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

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