PrintServer.RestartJobOnPoolTimeout 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示在启用打印机池的情况下发生错误时重新启动作业之前的等待时间。
public:
property int RestartJobOnPoolTimeout { int get(); void set(int value); };
public int RestartJobOnPoolTimeout { get; set; }
member this.RestartJobOnPoolTimeout : int with get, set
Public Property RestartJobOnPoolTimeout As Integer
属性值
作业重新启动之前的等待时间(以分钟为单位)。
注解
调用程序必须具有管理权限才能设置此值。