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.
Gets the next scheduled item to be executed.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Protected MustOverride Function GetNext As IScheduledItem(Of TAbsolute)
'Usage
Dim returnValue As IScheduledItem(Of TAbsolute)
returnValue = Me.GetNext()
protected abstract IScheduledItem<TAbsolute> GetNext()
protected:
virtual IScheduledItem<TAbsolute>^ GetNext() abstract
abstract GetNext : unit -> IScheduledItem<'TAbsolute>
protected abstract function GetNext() : IScheduledItem<TAbsolute>
Return Value
Type: System.Reactive.Concurrency.IScheduledItem<TAbsolute>
The next scheduled item.