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

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

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

Метод Описание
ShouldBeDiscarded ( Chunk chunk ) : bool

Used by DiscardOpenChunksPolicy to check whether to discard the passed chunk with open contexts, or not. Returns true.

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

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

Used by DiscardOpenChunksPolicy to check whether to discard the passed chunk with open contexts, or not. Returns true.
public ShouldBeDiscarded ( Chunk chunk ) : bool
chunk ByChance.Core.Chunk Chunk to be discarded.
Результат bool