Click or drag to resize
Akka.NETTestKitBaseDilated Method
Multiplies the duration with the TestTimeFactor, i.e. the config value "akka.test.timefactor"

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public TimeSpan Dilated(
	TimeSpan duration
)

Parameters

duration
Type: SystemTimeSpan
TBD

Return Value

Type: TimeSpan
TBD
See Also