C# Класс Methods.ActorModel.SynchronizationContextExtensions

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

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

Метод Описание
GetAwaiter ( this context ) : SynchronizationContextAwaiter

Resumes execution in the given synchronization context, when awaited. If execution is already in the given context, it will re-enter it.

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

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

Resumes execution in the given synchronization context, when awaited. If execution is already in the given context, it will re-enter it.
public static GetAwaiter ( this context ) : SynchronizationContextAwaiter
context this
Результат SynchronizationContextAwaiter