Reset the statistics counter for this rate limiter to 0, and set the lastUpdateTime of this rate limiter to the specified currentTime.

Synopsis

Declared in <balb_ratelimiter.h>

void
reset(bsls::TimeInterval const& currentTime);

Parameters

Name

Description

currentTime

new lastUpdateTime for this rate limiter

Created with MrDocs