Szerkesztés

Megosztás a következőn keresztül:


StatsTableDataManager.ReportStats(List<ICounter>) Method

Definition

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

Parameters

statsCounters
List<ICounter>

Statistics to write

Returns

Implements

Applies to