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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET