共用方式為


AddInProcess.StartupTimeout 屬性

定義

取得或設定允許處理序啟動的秒數。

public:
 property TimeSpan StartupTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan StartupTimeout { get; set; }
member this.StartupTimeout : TimeSpan with get, set
Public Property StartupTimeout As TimeSpan

屬性值

允許處理序啟動的秒數。

例外狀況

處理序已在執行中。

指派的值小於 0 (零)。

備註

預設值為 10 秒。 這個屬性通常會在偵錯期間使用,以增加執行跨進程載入宏的進程啟動時間。

適用於