DelayStrategy.Max(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 maximum of two TimeSpan values.
protected static TimeSpan Max (TimeSpan val1, TimeSpan val2);
static member Max : TimeSpan * TimeSpan -> TimeSpan
Protected Shared Function Max (val1 As TimeSpan, val2 As TimeSpan) As TimeSpan
Parameters
- val1
- TimeSpan
The first value.
- val2
- TimeSpan
The second value.
Returns
The maximum 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