Click or drag to resize
Akka.NETTestKitBaseRemainingOrDefault Property

Retrieves the time remaining for execution of the innermost enclosing Within block. If missing that, then it returns the properly dilated default for this case from settings (key: "akka.test.single-expect-default").

Remarks
The returned value is always finite.

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TimeSpan RemainingOrDefault { get; }

Property Value

Type: TimeSpan
See Also