C# Class PRI.ProductivityExtensions.PipeStreamImpersonationWorkerExtensions.PipeStreamImpersonationWorkerable

Class that contains extension methods that extend PipeStreamImpersonationWorker
Mostrar archivo Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
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);

Method Details

BeginInvoke() public static method

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
return IAsyncResult