Skip to content

IQueueCache.UpdateDeliveryProgress(StreamSequenceToken?, DateTime)

UpdateDeliveryProgress(StreamSequenceToken?, DateTime)

virtual
View source
public virtual void UpdateDeliveryProgress(StreamSequenceToken? earliestSubscriptionToken, DateTime utcNow)
Updates the cache with the current delivery progress of all active subscriptions.

Parameters

earliestSubscriptionTokenStreamSequenceToken?
The earliest last processed sequence token across registered subscriptions. A null value indicates that there are no active subscriptions. The token is only valid for the duration of the call and must not be stored.
utcNowDateTime
The current UTC time.