Click or drag to resize
Akka.NETDeadline Constructor
Initializes a new instance of the Deadline class.

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public Deadline(
	DateTime when
)

Parameters

when
Type: SystemDateTime
The DateTime that the deadline is due.
See Also