Table of Contents

Class DurationBasedSlowPollSettings

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

Represents slow poll settings that will trigger slow polling once a specified duration passed after a timeouts occurred.

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

Constructors

DurationBasedSlowPollSettings(TimeSpan, TimeSpan)

Initializes a new instance of the DurationBasedSlowPollSettings.

Properties

Duration

Gets the time period that needs to pass after a timeout occurred for the slow polling to activate.

Methods

Equals(DurationBasedSlowPollSettings)

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.