Click or drag to resize
Akka.NETDeadline Properties

The Deadline type exposes the following members.

Properties
  NameDescription
Public propertyHasTimeLeft
Determines whether there is still time left until the deadline.
Public propertyIsOverdue
Determines whether the deadline has past.
Public propertyStatic memberNow
A deadline that is due UtcNow
Public propertyTimeLeft

The amount of time left until the deadline is reached.

Note Note
Warning: creates a new TimeSpan instance each time it's used
Public propertyWhen
The DateTime that the deadline is due.
Top
See Also