IProcessInitControl.ResetInitializerTimeout(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.