Interface IDmsStandaloneParameter<T>
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
DataMiner standalone parameter interface for a parameter of a specific type.
public interface IDmsStandaloneParameter<T> : IDmsStandaloneParameter
Type Parameters
T
The type of the standalone parameter.
- Inherited Members
- Extension Methods
Methods
- GetValue()
Gets the parameter value.
- SetValue(T)
Sets the value of this parameter.
- SetValue(T, TimeSpan, ExpectedChanges)
Sets the value of this parameter. Waits on specified expected changes.
- StartValueMonitor(string, Action<ParamValueChange<T>>)
Starts monitoring value changes. Every change will perform the onChange action.
- StartValueMonitor(string, Action<ParamValueChange<T>>, TimeSpan)
Starts monitoring value changes. Every change will perform the onChange action.