다음을 통해 공유


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>

쓸 통계 카운터

반환

데이터베이스 열기 작업

구현

적용 대상