C# 클래스 Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.QuickPulse.Helpers.QuickPulseTimings

파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server 1 사용 예제들

공개 메소드들

메소드 설명
QuickPulseTimings ( System.TimeSpan servicePollingInterval, System.TimeSpan collectionInterval ) : System
QuickPulseTimings ( System.TimeSpan servicePollingInterval, System.TimeSpan servicePollingBackedOffInterval, System.TimeSpan timeToServicePollingBackOff, System.TimeSpan collectionInterval, System.TimeSpan timeToCollectionBackOff, System.TimeSpan catastrophicFailuretimeout ) : System

메소드 상세

QuickPulseTimings() 공개 메소드

public QuickPulseTimings ( System.TimeSpan servicePollingInterval, System.TimeSpan collectionInterval ) : System
servicePollingInterval System.TimeSpan
collectionInterval System.TimeSpan
리턴 System

QuickPulseTimings() 공개 메소드

public QuickPulseTimings ( System.TimeSpan servicePollingInterval, System.TimeSpan servicePollingBackedOffInterval, System.TimeSpan timeToServicePollingBackOff, System.TimeSpan collectionInterval, System.TimeSpan timeToCollectionBackOff, System.TimeSpan catastrophicFailuretimeout ) : System
servicePollingInterval System.TimeSpan
servicePollingBackedOffInterval System.TimeSpan
timeToServicePollingBackOff System.TimeSpan
collectionInterval System.TimeSpan
timeToCollectionBackOff System.TimeSpan
catastrophicFailuretimeout System.TimeSpan
리턴 System