Click or drag to resize

CyclingMethodUnavailable Class

Defines a cycling method class that represents the method being not available.
Inheritance Hierarchy
SystemObject
  CompreDriveSDK.Plugins.Analyzers.Methods.CyclingCyclingMethodBase
    CompreDriveSDK.Plugins.Analyzers.Methods.CyclingCyclingMethodUnavailable

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods.Cycling
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public sealed class CyclingMethodUnavailable : CyclingMethodBase

The CyclingMethodUnavailable type exposes the following members.

Constructors
 NameDescription
Public methodCyclingMethodUnavailable Initializes a new instance of the CyclingMethodUnavailable class.
Top
Properties
 NameDescription
Public propertyIsAvailable Gets a value indicating whether the method is available.
(Inherited from CyclingMethodBase)
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRunMeasurement Run the measurement.
(Overrides CyclingMethodBaseRunMeasurement(CyclingMethodSettings, CancellationToken))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPointMeasured Raised when a new point was measured.
(Inherited from CyclingMethodBase)
Top
See Also