C# Class BEHelper.AsyncContext

Inheritance: IAsyncContext
Datei anzeigen Open project: Gainedge/BetterExplorer

Public Methods

Method Description
AsyncContext ( ) : System.Threading

Constructor - Save the context of the creator/current thread

AsyncPost ( SendOrPostCallback callback, object state ) : void

Post a call to the specified method on the creator thread

Method Details

AsyncContext() public method

Constructor - Save the context of the creator/current thread
public AsyncContext ( ) : System.Threading
return System.Threading

AsyncPost() public method

Post a call to the specified method on the creator thread
public AsyncPost ( SendOrPostCallback callback, object state ) : void
callback SendOrPostCallback Method that is to be called
state object Method parameter/state
return void