The value of the StartupTimeLimit property specifies the amount of time (in seconds) that the World Wide Web Publishing Service (WWW Service) should wait for a worker process to finish starting up and reporting to the WWW Service.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property StartupTimeLimit As Integer |
C# |
---|
public int StartupTimeLimit { get; set; } |
C++ |
---|
public property int StartupTimeLimit sealed { int get(); void set(int value); } |
J# |
---|
/** property */ public int get_StartupTimeLimit(); /** property */ public void set_StartupTimeLimit(int value); |
JScript |
---|
public function get StartupTimeLimit() : int public function set StartupTimeLimit(value : int); |
Property Value
Value indicating the startup time limit.
See Also
Documentation version 1.0.0.0.