VisualizerTargetStateNotification Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Types of notifications regarding the state of a visualizer target.
public enum VisualizerTargetStateNotification
type VisualizerTargetStateNotification =
Public Enum VisualizerTargetStateNotification
- Inheritance
-
VisualizerTargetStateNotification
Fields
Name | Value | Description |
---|---|---|
Available | 0 | The visualizer target is now available for message exchanges. This implies that the value of the target object may have changed and should be refreshed. |
Unavailable | 1 | The visualizer target provider is now unavailable for message exchanges. The latest retrieved value of the target object should be considered outdated but cannot be refreshed until the visualizer target becomes available again. |
ValueUpdated | 2 | The value of the target object may have changed and should be refreshed. |