Udostępnij za pośrednictwem


ISimulator.ActivateApplicationCancelAsync(String) Method

Definition

Tries to cancel activation of the given application. If successful, the completionRoutine in ActivateApplicationAsync returns with E_ABORT exception in error parameter.

public:
 void ActivateApplicationCancelAsync(System::String ^ requestId);
public void ActivateApplicationCancelAsync (string requestId);
abstract member ActivateApplicationCancelAsync : string -> unit
Public Sub ActivateApplicationCancelAsync (requestId As String)

Parameters

requestId
String

RequestId that was returned by ActivateApplicationAsync.

Applies to