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.181-beta
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