Table of Contents

Class TimeoutCountBasedSlowPollSettings

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Represents slow poll settings that will trigger slow polling after a number of consecutive timeouts occurred.

public sealed class TimeoutCountBasedSlowPollSettings : SlowPollSettings
Inheritance
TimeoutCountBasedSlowPollSettings
Inherited Members
Extension Methods

Constructors

TimeoutCountBasedSlowPollSettings(TimeSpan, int)

Initializes a new instance of the TimeoutCountBasedSlowPollSettings class.

Properties

TimeoutCount

Gets the number of consecutive timeouts that need to occur before slow polling activates.

Methods

Equals(TimeoutCountBasedSlowPollSettings)

Compares two instances of this object by comparing the property fields.

Equals(object)

Determines whether the current object is equal to another object of the same type.

GetHashCode()

Returns the hash code.

ToString()

Returns a string representation of the current object, including the ping interval and duration.