Udostępnij za pośrednictwem


ISimulator.StopAsync(ICompletionRoutine) Method

Definition

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

public:
 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
Public Sub StopAsync (completionRoutine As ICompletionRoutine)

Parameters

completionRoutine
ICompletionRoutine

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

Exceptions

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

Applies to