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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.