ProcessHost.ShutdownApplication(String) Methode

Definitie

Hiermee wordt de opgegeven toepassing afgesloten.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 virtual void ShutdownApplication(System::String ^ appId);
public void ShutdownApplication(string appId);
abstract member ShutdownApplication : string -> unit
override this.ShutdownApplication : string -> unit
Public Sub ShutdownApplication (appId As String)

Parameters

appId
String

De unieke id van de toepassing die moet worden afgesloten.

Implementeringen

Opmerkingen

ShutdownApplication wordt geïntroduceerd in het .NET Framework 3.5. Zie Versies en afhankelijkheden voor meer informatie.

Van toepassing op