Méthode | Description | |
---|---|---|
HasExpired ( System.DateTime utcNow ) : bool | ||
MatchesQueue ( string context, string queueId ) : bool | ||
MatchesQueueAndSubscriber ( string context, string queueId, string subscriberId ) : bool | ||
QueueAllocation ( long allocationId, string queueId, string context, string subscriberId, System.DateTime expiresAtUtc, long startMarker, long endMarker ) : System | ||
ReAllocate ( string subscriberId, System.DateTime expiresAt ) : |
||
WithinTimeRange ( EventInStorage eventInStorage ) : bool |
public HasExpired ( System.DateTime utcNow ) : bool | ||
utcNow | System.DateTime | |
Résultat | bool |
public MatchesQueue ( string context, string queueId ) : bool | ||
context | string | |
queueId | string | |
Résultat | bool |
public MatchesQueueAndSubscriber ( string context, string queueId, string subscriberId ) : bool | ||
context | string | |
queueId | string | |
subscriberId | string | |
Résultat | bool |
public QueueAllocation ( long allocationId, string queueId, string context, string subscriberId, System.DateTime expiresAtUtc, long startMarker, long endMarker ) : System | ||
allocationId | long | |
queueId | string | |
context | string | |
subscriberId | string | |
expiresAtUtc | System.DateTime | |
startMarker | long | |
endMarker | long | |
Résultat | System |
public ReAllocate ( string subscriberId, System.DateTime expiresAt ) : |
||
subscriberId | string | |
expiresAt | System.DateTime | |
Résultat |
public WithinTimeRange ( EventInStorage eventInStorage ) : bool | ||
eventInStorage | EventInStorage | |
Résultat | bool |