AppDiagnosticInfo.RequestInfoAsync Method

Definition

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.

Applies to