| TestSchedulerAdvanceTo Method |
TBD
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public void AdvanceTo(
DateTimeOffset when
)
member AdvanceTo :
when : DateTimeOffset -> unit
Parameters
- when
- Type: SystemDateTimeOffset
TBD
Exceptions Exception | Condition |
---|
InvalidOperationException |
This exception is thrown when the specified when offset is less than the currently tracked time.
|
See Also