C# Class ByChance.Configuration.Parameters.DiscardOpenContextsRestriction

Specifies which open contexts should be discarded.
Inheritance: IDiscardOpenContextsRestriction
Afficher le fichier Open project: npruehs/bychance

Méthodes publiques

Méthode Description
ShouldDiscardContext ( Context context ) : bool

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

Method Details

ShouldDiscardContext() public méthode

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.
Résultat bool