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.243-beta+92d6762f3b12bbbc557022a0922be296d2dc09be
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