Click or drag to resize
Akka.NETTestKitBaseRemaining Property

Retrieves the time remaining for execution of the innermost enclosing Within block.

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 Remaining { get; }

Property Value

Type: TimeSpan
Exceptions
ExceptionCondition
InvalidOperationException This exception is thrown when called from outside of `within`.
See Also