SqlStatisticsPublisher.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 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
Returns
Task for database opearation