C# Класс ByChance.Configuration.Parameters.DiscardOpenContextsRestriction

Specifies which open contexts should be discarded.
Наследование: IDiscardOpenContextsRestriction
Показать файл Открыть проект

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

Метод Описание
ShouldDiscardContext ( Context context ) : bool

Used by DiscardOpenContextsPolicy to check whether to discard the passed open context, or not. Returns true.

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

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

Used by DiscardOpenContextsPolicy to check whether to discard the passed open context, or not. Returns true.
public ShouldDiscardContext ( Context context ) : bool
context ByChance.Core.Context Context to be discarded.
Результат bool