Share via


SimulatorClient.StopAsync(ICompletionRoutine) Method

Definition

Asynchronously logs out, stops, and shuts down the Simulator.

public:
 virtual void StopAsync(Microsoft::Windows::Simulator::Client::ICompletionRoutine ^ completionRoutine);
public void StopAsync (Microsoft.Windows.Simulator.Client.ICompletionRoutine completionRoutine);
abstract member StopAsync : Microsoft.Windows.Simulator.Client.ICompletionRoutine -> unit
override this.StopAsync : Microsoft.Windows.Simulator.Client.ICompletionRoutine -> unit
Public Sub StopAsync (completionRoutine As ICompletionRoutine)

Parameters

completionRoutine
ICompletionRoutine

An implementation of the completion routine to be called when the Stop operation finishes.

Implements

Exceptions

Thrown if there is any asynchronous operation already in progress. Or any other error case in the Simulator.

Applies to