IProcessInitControl.ResetInitializerTimeout(Int32) Method

Definition

Sets the number of seconds remaining before the Startup(Object) method times out.

public:
 void ResetInitializerTimeout(int dwSecondsRemaining);
public void ResetInitializerTimeout (int dwSecondsRemaining);
abstract member ResetInitializerTimeout : int -> unit
Public Sub ResetInitializerTimeout (dwSecondsRemaining As Integer)

Parameters

dwSecondsRemaining
Int32

The number of seconds that remain before the time taken to execute the start up method times out.

Remarks

Each call to Startup is initially given a default 30 seconds to execute unless the time-out value is reset using this method.

Applies to