C# Class Res.Core.Storage.QueueStorageInfo

Afficher le fichier Open project: heartysoft/res Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Matches() public méthode

public Matches ( string context, string queueId, string filter ) : bool
context string
queueId string
filter string
Résultat bool

MatchesContextAndFilter() public méthode

public MatchesContextAndFilter ( string context, string stream ) : bool
context string
stream string
Résultat bool

MatchesEvent() public méthode

public MatchesEvent ( EventInStorage eventInStorage ) : bool
eventInStorage EventInStorage
Résultat bool

MatchesQueue() public méthode

public MatchesQueue ( string queueId ) : bool
queueId string
Résultat bool

QueueStorageInfo() public méthode

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

WithNextMarker() public méthode

public WithNextMarker ( long value ) : QueueStorageInfo
value long
Résultat QueueStorageInfo