PingWorker Timeout Property CleanCode C# Libraries v1.2.03 API
Gets or sets the timeout.

Namespace: CleanCode.Net
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public int Timeout { get; set; }

Field Value

The timeout.
Remarks

PROBLEM: For some reason, only the initial value is used. Subsequent changes have no effect. Creating a new PingWorker is the only workaround...
See Also