VirtualTimeScheduler<TAbsolute, TRelative>.GetNext Method
Gets the next scheduled item to be executed.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Protected Overrides Function GetNext As IScheduledItem(Of TAbsolute)
'Usage
Dim returnValue As IScheduledItem(Of TAbsolute)
returnValue = Me.GetNext()
protected override IScheduledItem<TAbsolute> GetNext()
protected:
virtual IScheduledItem<TAbsolute>^ GetNext() override
abstract GetNext : unit -> IScheduledItem<'TAbsolute>
override GetNext : unit -> IScheduledItem<'TAbsolute>
protected override function GetNext() : IScheduledItem<TAbsolute>
Return Value
Type: System.Reactive.Concurrency.IScheduledItem<TAbsolute>
The next scheduled item.