| TestKitBaseDilated 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.129 (1.2.3.129)
Syntax public TimeSpan Dilated(
TimeSpan duration
)
member Dilated :
duration : TimeSpan -> TimeSpan
Parameters
- duration
- Type: SystemTimeSpan
TBD
Return Value
Type:
TimeSpanTBD
See Also