Table of Contents

Method HasDiscontinuity

Namespace
Skyline.DataMiner.Utils.Interfaces
Assembly
Skyline.DataMiner.Utils.Interfaces.dll

HasDiscontinuity(string, string)

Allows to detect discontinuity based on discontinuity times.

public static bool HasDiscontinuity(string currentDiscontinuityTime, string previousDiscontinuityTime)

Parameters

currentDiscontinuityTime string

Time of the most recent occasion at which some of this interface's counters suffered a discontinuity.

previousDiscontinuityTime string

Time of the previous occasion at which some of this interface's counters suffered a discontinuity.

Returns

bool