Click or drag to resize

TrackableT(String, Boolean) Constructor

Creates a new instance of the TrackableT class.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
Syntax
public Trackable(
	string propertyName,
	bool autoTrack
)
View Source

Parameters

propertyName  String
The name of the property being tracked.
autoTrack  Boolean
Determines the behavior of the setter for the CurrentValue property. Set to false to track only the original and current values.
See Also