Click or drag to resize
Akka.NETDeadlineAddition Operator (Deadline, NullableTimeSpan)

Namespace:  Akka.Remote
Assembly:  Akka.Remote (in Akka.Remote.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static Deadline operator +(
	Deadline deadline,
	Nullable<TimeSpan> duration
)

Parameters

deadline
Type: Akka.RemoteDeadline
The deadline whose time is being extended
duration
Type: SystemNullableTimeSpan
The amount of time being added to the deadline

Return Value

Type: Deadline
A new deadline with the specified duration added to the due time
See Also