DelayedDataState Enum

Definition

Enum for properties representing states of data that can get fetched into the graph in a delayed fashion (on-demand or asynchronously).

C++
public enum class DelayedDataState
Inheritance
DelayedDataState

Fields

Name Value Description
Unspecified 0

Not specified.

NotFetched 1

Data not fetched into the graph yet.

Fetched 2

Data has been fetched into the graph.

Incomplete 3

Data has been fetched, but is incomplete due to some change.

Applies to

Product Versions
Visual Studio SDK 2017, 2019, 2022