AppDiagnosticInfo.RequestInfoAsync Method
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.
Gets a collection of AppDiagnosticInfo objects for all running apps that have a package family name.
public:
static IAsyncOperation<IVector<AppDiagnosticInfo ^> ^> ^ RequestInfoAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<IVector<AppDiagnosticInfo>> RequestInfoAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IList<AppDiagnosticInfo>> RequestInfoAsync();
function requestInfoAsync()
Public Shared Function RequestInfoAsync () As IAsyncOperation(Of IList(Of AppDiagnosticInfo))
Returns
A list of AppDiagnosticInfo objects for all running apps that have a package family name.
- Attributes
Windows requirements
App capabilities |
appDiagnostics
|
Remarks
This method must be called from a UI thread the first time it is used by an application.