Class ValueChange<T>
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Contains the changed data from the monitored parameter.
public class ValueChange<T>
Type Parameters
T
- Inheritance
-
ValueChange<T>
- Derived
- Extension Methods
Constructors
- ValueChange(string, IDms, T)
Initializes a new instance of the ValueChange<T> class.
Properties
- Dms
Gets the DataMiner System.
- MonitorSource
Gets the source that created the subscription.
- Value
Gets the value.
Methods
- Equals(object)
Indicates whether the current object is equal to another object of the same type.
- GetHashCode()
Calculates the hash code for this object.
- ToString()
Textual representation in the format: MonitorSource/Value.