DialApp.GetAppStateAsync 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 the current status of the application on the remote device.
public:
virtual IAsyncOperation<DialAppStateDetails ^> ^ GetAppStateAsync() = GetAppStateAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DialAppStateDetails> GetAppStateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DialAppStateDetails> GetAppStateAsync();
function getAppStateAsync()
Public Function GetAppStateAsync () As IAsyncOperation(Of DialAppStateDetails)
Returns
The app status, a value from DialAppStateDetails.
- Attributes