C# 클래스 Res.Core.Storage.QueueStorageInfo

파일 보기 프로젝트 열기: heartysoft/res 1 사용 예제들

공개 메소드들

메소드 설명
Matches ( string context, string queueId, string filter ) : bool
MatchesContextAndFilter ( string context, string stream ) : bool
MatchesEvent ( EventInStorage eventInStorage ) : bool
MatchesQueue ( string queueId ) : bool
QueueStorageInfo ( string context, string queueId, string filter, long nextMarker )
WithNextMarker ( long value ) : QueueStorageInfo

메소드 상세

Matches() 공개 메소드

public Matches ( string context, string queueId, string filter ) : bool
context string
queueId string
filter string
리턴 bool

MatchesContextAndFilter() 공개 메소드

public MatchesContextAndFilter ( string context, string stream ) : bool
context string
stream string
리턴 bool

MatchesEvent() 공개 메소드

public MatchesEvent ( EventInStorage eventInStorage ) : bool
eventInStorage EventInStorage
리턴 bool

MatchesQueue() 공개 메소드

public MatchesQueue ( string queueId ) : bool
queueId string
리턴 bool

QueueStorageInfo() 공개 메소드

public QueueStorageInfo ( string context, string queueId, string filter, long nextMarker )
context string
queueId string
filter string
nextMarker long

WithNextMarker() 공개 메소드

public WithNextMarker ( long value ) : QueueStorageInfo
value long
리턴 QueueStorageInfo