C# 클래스 ByChance.Configuration.Parameters.DiscardOpenContextsRestriction

Specifies which open contexts should be discarded.
상속: IDiscardOpenContextsRestriction
파일 보기 프로젝트 열기: npruehs/bychance

공개 메소드들

메소드 설명
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