DelayStrategy.Min(TimeSpan, TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the minimum of two TimeSpan values.
protected static TimeSpan Min (TimeSpan val1, TimeSpan val2);
static member Min : TimeSpan * TimeSpan -> TimeSpan
Protected Shared Function Min (val1 As TimeSpan, val2 As TimeSpan) As TimeSpan
Parameters
- val1
- TimeSpan
The first value.
- val2
- TimeSpan
The second value.
Returns
The minimum of the two TimeSpan values.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET