ResourceDataSourceState_Experimental 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.
Enumeration that describes possible states of a resource, with regards to the resource's connection to its data source.
public enum class ResourceDataSourceState_Experimental
public enum ResourceDataSourceState_Experimental
type ResourceDataSourceState_Experimental =
Public Enum ResourceDataSourceState_Experimental
- Inheritance
-
ResourceDataSourceState_Experimental
Fields
Name | Value | Description |
---|---|---|
Interrupted | 0 | The resource is currently disconnected from its data source. The server will retry to connect so the state may transition back to 'Active' in case the problem is transient. |
Active | 1 | A resource has a valid connection to its data source and can perform streaming. |