다음을 통해 공유


IncrementingPollingCounter(String, EventSource, Func<Double>) 생성자

정의

IncrementingPollingCounter 클래스의 새 인스턴스를 초기화합니다.

public:
 IncrementingPollingCounter(System::String ^ name, System::Diagnostics::Tracing::EventSource ^ eventSource, Func<double> ^ totalValueProvider);
public IncrementingPollingCounter (string name, System.Diagnostics.Tracing.EventSource eventSource, Func<double> totalValueProvider);
new System.Diagnostics.Tracing.IncrementingPollingCounter : string * System.Diagnostics.Tracing.EventSource * Func<double> -> System.Diagnostics.Tracing.IncrementingPollingCounter
Public Sub New (name As String, eventSource As EventSource, totalValueProvider As Func(Of Double))

매개 변수

name
String

IncrementingPollingCounter 인스턴스의 이름입니다.

eventSource
EventSource

이 인스턴스가 속한 이벤트 소스입니다.

totalValueProvider
Func<Double>

값을 폴링하는 데 사용되는 메서드입니다.

적용 대상