Click or drag to resize
Akka.NETTestSchedulerAdvanceTo Method
TBD

Namespace:  Akka.TestKit
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void AdvanceTo(
	DateTimeOffset when
)

Parameters

when
Type: SystemDateTimeOffset
TBD
Exceptions
ExceptionCondition
InvalidOperationException This exception is thrown when the specified when offset is less than the currently tracked time.
See Also