共用方式為


SqlStatisticsPublisher.ReportMetrics 方法

定義

多載

ReportMetrics(IClientPerformanceMetrics)

將計量寫入資料庫

ReportMetrics(ISiloPerformanceMetrics)

將接收器效能計量寫入資料庫

ReportMetrics(IClientPerformanceMetrics)

將計量寫入資料庫

public System.Threading.Tasks.Task ReportMetrics (Orleans.Runtime.IClientPerformanceMetrics metricsData);
abstract member ReportMetrics : Orleans.Runtime.IClientPerformanceMetrics -> System.Threading.Tasks.Task
override this.ReportMetrics : Orleans.Runtime.IClientPerformanceMetrics -> System.Threading.Tasks.Task
Public Function ReportMetrics (metricsData As IClientPerformanceMetrics) As Task

參數

metricsData
IClientPerformanceMetrics

計量資料

傳回

資料庫作業的工作

實作

適用於

ReportMetrics(ISiloPerformanceMetrics)

將接收器效能計量寫入資料庫

public System.Threading.Tasks.Task ReportMetrics (Orleans.Runtime.ISiloPerformanceMetrics metricsData);
abstract member ReportMetrics : Orleans.Runtime.ISiloPerformanceMetrics -> System.Threading.Tasks.Task
override this.ReportMetrics : Orleans.Runtime.ISiloPerformanceMetrics -> System.Threading.Tasks.Task
Public Function ReportMetrics (metricsData As ISiloPerformanceMetrics) As Task

參數

metricsData
ISiloPerformanceMetrics

計量資料

傳回

資料庫作業的工作

實作

適用於