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.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
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