Szerkesztés

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


SqlStatisticsPublisher.ReportStats(List<ICounter>) Method

Definition

Writes statistics to the database

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 counters to write

Returns

Task for database opearation

Implements

Applies to