Share via


ServiceBase.ExitCode Vlastnost

Definice

Získá nebo nastaví ukončovací kód pro službu.

public:
 property int ExitCode { int get(); void set(int value); };
public int ExitCode { get; set; }
[System.Runtime.InteropServices.ComVisible(false)]
public int ExitCode { get; set; }
member this.ExitCode : int with get, set
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.ExitCode : int with get, set
Public Property ExitCode As Integer

Hodnota vlastnosti

Ukončovací kód služby.

Atributy

Poznámky

ExitCode Před zastavením služby nastavte vlastnost na nenulovou hodnotu, aby se zobrazila chyba ve Správci řízení služeb.

Platí pro