Akka.NET Documentation
Akka.NET Documentation
API Reference
Akka.TestKit.Internal
TimeSpanExtensions Class
TimeSpanExtensions Methods
IsInfinite Method
IsInfinite Method (Nullable(TimeSpan))
IsInfinite Method (TimeSpan)
TimeSpanExtensions
IsInfinite Method
Overload List
Name
Description
IsInfinite(Nullable
TimeSpan
)
Determine if the supplied
timeSpan
has a negative number of ticks.
Note
This is a relaxed definition of a
TimeSpan
. For a stricter definition, use
IsInfiniteTimeout(TimeSpan)
IsInfinite(TimeSpan)
Determine if the supplied
timeSpan
has a negative number of ticks.
Note
This is a relaxed definition of a
TimeSpan
. For a stricter definition, use
IsInfiniteTimeout(TimeSpan)
Top
See Also
Reference
TimeSpanExtensions Class
Akka.TestKit.Internal Namespace
Akka.NET Home
|
Learn Akka.NET