ObserveResultsTransform T  WatchedElements Property ElecNetKit Documentation
The data obtained by watching the values specified by ObserveStrategy of the elements specified by ChooseElementsStrategy.

Namespace: ElecNetKit.Sensitivities
Assembly: ElecNetKit.Sensitivities (in ElecNetKit.Sensitivities.dll) Version: 1.1.4771.27372 (1.1.0.0)
Syntax

public Dictionary<Tuple<string, Type>, T> WatchedElements { get; private set; }

Field Value

The keys in the OnlineDictionary TKey, TValue  returned by WatchedElements are OnlineTuple T1, T2 s, where OnlineItem1 is the ID of the element, and OnlineItem1 is the type of the element.
See Also