VirtualTimeSchedulerBase<TAbsolute, TRelative>.Stop Method
Stops the virtual time scheduler.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Sub Stop
'Usage
Dim instance As VirtualTimeSchedulerBase
instance.Stop()
public void Stop()
public:
void Stop()
member Stop : unit -> unit
public function Stop()