RefreshStatistics Method

Forces a refresh of the cache's statistics.

Syntax

public void RefreshStatistics();
Public Sub RefreshStatistics()

Remarks

This method forces the cache to immediately refresh its statistics. The refreshed statistics will be reported via the Status event, and used to update the following properties:

This method only needs to be called if the applications needs to update the cache's statistics sooner than the end of the current StatsRefreshInterval.

.NET Standard Notes

To call this method in an asynchronous manner call RefreshStatisticsAsync instead. When the method completes (or an error is encountered) the RefreshStatisticsCompleted event will fire.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7647]