| Deadline Constructor |
Initializes a new instance of the
Deadline class.
Namespace:
Akka.Remote
Assembly:
Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public Deadline(
DateTime when
)
new :
when : DateTime -> Deadline
Parameters
- when
- Type: SystemDateTime
The DateTime that the deadline is due.
See Also