The PingResponseTime property specifies the amount of time (in seconds) that a worker process is given to respond to a health monitoring ping. After the time limit is exceeded, the World Wide Web Publishing Service (WWW Service) terminates the worker process.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property PingResponseTime As Integer |
C# |
---|
public int PingResponseTime { get; set; } |
C++ |
---|
public property int PingResponseTime sealed { int get(); void set(int value); } |
J# |
---|
/** property */ public int get_PingResponseTime(); /** property */ public void set_PingResponseTime(int value); |
JScript |
---|
public function get PingResponseTime() : int public function set PingResponseTime(value : int); |
Property Value
Value indicating the ping response time.
See Also
Documentation version 1.0.0.0.