UpdateDeliveryProgress(StreamSequenceToken?, DateTime)
virtual
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
nullvalue 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.
