C# Класс WebApplications.Utilities.Threading.SynchronizationContextAwaiter

Показать файл Открыть проект

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

Метод Описание
GetResult ( ) : void

Gets the result.

OnCompleted ( [ action ) : void

Called when the action is completed..

SynchronizationContextAwaiter ( [ context ) : System

Initializes a new instance of the SynchronizationContextAwaiter struct.

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

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

Gets the result.
public GetResult ( ) : void
Результат void

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

Called when the action is completed..
public OnCompleted ( [ action ) : void
action [ The action.
Результат void

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

Initializes a new instance of the SynchronizationContextAwaiter struct.
public SynchronizationContextAwaiter ( [ context ) : System
context [ The context.
Результат System