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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET