DialApp.StopAsync Method

Definition

Stops the app on the remote device, if the remote device supports this functionality.

public:
 virtual IAsyncOperation<DialAppStopResult> ^ StopAsync() = StopAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DialAppStopResult> StopAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DialAppStopResult> StopAsync();
function stopAsync()
Public Function StopAsync () As IAsyncOperation(Of DialAppStopResult)

Returns

The result of sending the request to stop the app.

Attributes

Applies to

See also