ServiceBase.ExitCode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置服务的退出代码。
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
属性值
服务的退出代码。
- 属性
注解
在停止服务之前,将 ExitCode 属性设置为非零值,以指示服务控制管理器出错。