C# Класс BEHelper.AsyncContext

Наследование: IAsyncContext
Показать файл Открыть проект

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

Метод Описание
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

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

AsyncContext() публичный Метод

Constructor - Save the context of the creator/current thread
public AsyncContext ( ) : System.Threading
Результат System.Threading

AsyncPost() публичный Метод

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
Результат void