ISimulator.StopAsync(ICompletionRoutine) 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.
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.