StatsTableDataManager.ReportStats(List<ICounter>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a set of statistics to storage.
public System.Threading.Tasks.Task ReportStats (System.Collections.Generic.List<Orleans.Runtime.ICounter> statsCounters);
abstract member ReportStats : System.Collections.Generic.List<Orleans.Runtime.ICounter> -> System.Threading.Tasks.Task
override this.ReportStats : System.Collections.Generic.List<Orleans.Runtime.ICounter> -> System.Threading.Tasks.Task
Public Function ReportStats (statsCounters As List(Of ICounter)) As Task