AppResourceGroupInfoWatcherExecutionStateChangedEventArgs
AppResourceGroupInfoWatcherExecutionStateChangedEventArgs
AppResourceGroupInfoWatcherExecutionStateChangedEventArgs
AppResourceGroupInfoWatcherExecutionStateChangedEventArgs
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Provides info about the execution state of this resource group when the state changes.
public : sealed class AppResourceGroupInfoWatcherExecutionStateChangedEventArgs : IAppResourceGroupInfoWatcherExecutionStateChangedEventArgspublic sealed class AppResourceGroupInfoWatcherExecutionStateChangedEventArgs : IAppResourceGroupInfoWatcherExecutionStateChangedEventArgsPublic NotInheritable Class AppResourceGroupInfoWatcherExecutionStateChangedEventArgs Implements IAppResourceGroupInfoWatcherExecutionStateChangedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
| Capabilities |
appDiagnostics
|
Properties
AppDiagnosticInfos AppDiagnosticInfos AppDiagnosticInfos AppDiagnosticInfos
Prerelease. Gets diagnostic info for the resource group.
public : IVectorView<AppDiagnosticInfo> AppDiagnosticInfos { get; }public IReadOnlyList<AppDiagnosticInfo> AppDiagnosticInfos { get; }Public ReadOnly Property AppDiagnosticInfos As IReadOnlyList<AppDiagnosticInfo>// You can use this property in JavaScript.
- Value
- IVectorView<AppDiagnosticInfo> IReadOnlyList<AppDiagnosticInfo> IReadOnlyList<AppDiagnosticInfo> IReadOnlyList<AppDiagnosticInfo>
The diagnostic info for each resource group associated with this app.
Additional features and requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
| Capabilities |
appDiagnostics
|
AppResourceGroupInfo AppResourceGroupInfo AppResourceGroupInfo AppResourceGroupInfo
Prerelease. Gets diagnostic info, such as memory usage over time, energy use over time, and so on.
public : AppResourceGroupInfo AppResourceGroupInfo { get; }public AppResourceGroupInfo AppResourceGroupInfo { get; }Public ReadOnly Property AppResourceGroupInfo As AppResourceGroupInfo// You can use this property in JavaScript.
The diagnostic info for this app.
Additional features and requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
| Capabilities |
appDiagnostics
|