C# Класс ExecutionContextSuppressor, orleans

Suppresses the flow of ExecutionContext until it is disposed.
Note that this is a ref-struct to avoid it being used in an async method.
Показать файл Открыть проект Примеры использования класса

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

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

ExecutionContextSuppressor ( ) : System.Threading

Initializes a new ExecutionContextSuppressor instance.

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

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

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

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

Initializes a new ExecutionContextSuppressor instance.
public ExecutionContextSuppressor ( ) : System.Threading
Результат System.Threading