C# Class Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.QuickPulse.Helpers.QuickPulseTimings

Datei anzeigen Open project: Microsoft/ApplicationInsights-dotnet-server Class Usage Examples

Public Methods

Method Description
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

Method Details

QuickPulseTimings() public method

public QuickPulseTimings ( System.TimeSpan servicePollingInterval, System.TimeSpan collectionInterval ) : System
servicePollingInterval System.TimeSpan
collectionInterval System.TimeSpan
return System

QuickPulseTimings() public method

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
return System