Aracılığıyla paylaş


ServiceBase.ExitCode Özellik

Tanım

Hizmetin çıkış kodunu alır veya ayarlar.

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

Özellik Değeri

Int32

Hizmetin çıkış kodu.

Öznitelikler

Açıklamalar

ExitCode Hizmeti durdurmadan önce, Service Control Manager'da hata olduğunu belirtmek için özelliğini sıfır olmayan bir değere ayarlayın.

Şunlara uygulanır