bool resetservervolume(int ServerId, string Sounter);
Reset download volume statistics for a specified news-server.
- ServerId
(int)
- Server ID to reset. - Counter
(string)
- The custom counter.
true
on success or false
on failure.
bool resetservervolume(int ServerId, string Sounter);
Reset download volume statistics for a specified news-server.
(int)
- Server ID to reset.(string)
- The custom counter.true
on success or false
on failure.