ILiveWatchNodeSourcePerformPeriodicUpdatesFromBackgroundThread Method
Returns the up-to-date array of the top-level nodes maintained by the plugin.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
ILiveWatchNode[] PerformPeriodicUpdatesFromBackgroundThread()
Return Value
ILiveWatchNodeAn array containing all top-level nodes maintained by the plugin.
VisualGDB calls this method after updating all the active
low-level Live Variables, and
before calling
UpdateState(LiveWatchUpdateContext) on all visible (or otherwise monitorred) Live Watch nodes.
If the top-level nodes provided by the plugin remain constant, it can simply return the same array every time and
not do anything else in this method.