共用方式為


SqlStatisticsPublisher.ReportStats(List<ICounter>) 方法

定義

將統計資料寫入資料庫

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

參數

statsCounters
List<ICounter>

要寫入的統計資料計數器

傳回

資料庫作業的工作

實作

適用於