Method IsValidTimeout
IsValidTimeout(TimeSpan, string)
Ensures that the value of a parameter is a valid timeout.
public static TimeSpan IsValidTimeout(TimeSpan value, string paramName)Parameters
Returns
- TimeSpan
- The value of the parameter. 
Ensures that the value of a parameter is a valid timeout.
public static TimeSpan IsValidTimeout(TimeSpan value, string paramName)The value of the parameter.