C# 클래스 Dolittle.Events.Filters.EventHorizon.PublicFilterResult

Represents the result of a ICanFilterPublicEvents.
상속: PartitionedFilterResult
파일 보기 프로젝트 열기: dolittle/DotNET.Applications

공개 메소드들

메소드 설명
PublicFilterResult ( bool included, PartitionId partition ) : System

Initializes a new instance of the PublicFilterResult class.

비공개 메소드들

메소드 설명
PublicFilterResult ( result.included ,result ) : System

Implicitly convert from a Tuple{T,U} to PublicFilterResult.

메소드 상세

PublicFilterResult() 공개 메소드

Initializes a new instance of the PublicFilterResult class.
public PublicFilterResult ( bool included, PartitionId partition ) : System
included bool true if the should be included in the stream, false if not.
partition PartitionId The of which the should be put in the stream.
리턴 System