ISimulator.StopAsync(ICompletionRoutine) Yöntem

Tanım

Zaman uyumsuz olarak oturum kapatır, duraklar ve simülatörü kapatır.

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)

Parametreler

completionRoutine
ICompletionRoutine

Durdurma işlemi bittiğinde çağrılan tamamlama yordamının bir uygulaması.

Özel durumlar

Zaten devam eden zaman uyumsuz bir işlem varsa oluşturulur. Veya benzeticide başka bir hata durumu.

Şunlara uygulanır