The PingInterval property specifies the period of time (in seconds) between health-monitoring pings that the World Wide Web Publishing Service (WWW Service) sends to a worker process.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property PingInterval As Integer |
C# |
---|
public int PingInterval { get; set; } |
C++ |
---|
public property int PingInterval sealed { int get(); void set(int value); } |
J# |
---|
/** property */ public int get_PingInterval(); /** property */ public void set_PingInterval(int value); |
JScript |
---|
public function get PingInterval() : int public function set PingInterval(value : int); |
Property Value
Value indicating the ping interval.
See Also
Documentation version 1.0.0.0.