C# Класс Watchdog.Validation.Core.Util.ReentrancyGuard.ExitToken

A single token created to delineate a guarded scope. When created, it sets the locked flag to of the given guard to true. When disposed it sets the flag back to false.
Наследование: IDisposable
Показать файл Открыть проект

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

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

Resets the guards locked state.

ExitToken ( ReentrancyGuard g ) : System

Initializes a new instance of the ExitToken class, which has the effect of locking the ReentrancyGuard.

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

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

Resets the guards locked state.
public Dispose ( ) : void
Результат void

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

Initializes a new instance of the ExitToken class, which has the effect of locking the ReentrancyGuard.
public ExitToken ( ReentrancyGuard g ) : System
g ReentrancyGuard /// The containing the /// locked state. ///
Результат System