Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Advances the scheduler's clock to the specified time, running all work till that point.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Sub AdvanceTo ( _
time As TAbsolute _
)
'Usage
Dim instance As VirtualTimeSchedulerBase
Dim time As TAbsolute
instance.AdvanceTo(time)
public void AdvanceTo(
TAbsolute time
)
public:
void AdvanceTo(
TAbsolute time
)
member AdvanceTo :
time:'TAbsolute -> unit
public function AdvanceTo(
time : TAbsolute
)
Parameters
- time
Type: TAbsolute
The absolute time to advance the scheduler's clock to.