Gets or sets the timeout.
Namespace: CleanCode.NetAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
public int Timeout { get; set; }
public int Timeout { get; set; }
Public Property Timeout As Integer
Get
Set
Public Property Timeout As Integer
Get
Set
public:
property int Timeout {
int get ();
void set (int value);
}
public:
property int Timeout {
int get ();
void set (int value);
}
Field Value
The timeout.
PROBLEM: For some reason, only the initial value is used.
Subsequent changes have no effect.
Creating a new PingWorker is the only workaround...