The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

IScheduledItem<TAbsolute> Interface

IScheduledItem<TAbsolute> Interface

Represents a work item that has been scheduled.

Namespace:  System.Reactive.Concurrency
Assembly:  System.Reactive (in System.Reactive.dll)

Syntax

'Declaration
Public Interface IScheduledItem(Of TAbsolute)
'Usage
Dim instance As IScheduledItem(Of TAbsolute)
public interface IScheduledItem<TAbsolute>
generic<typename TAbsolute>
public interface class IScheduledItem
type IScheduledItem<'TAbsolute> =  interface end
JScript does not support generic types and methods.

Type Parameters

  • TAbsolute
    The absolute time argument type.

The IScheduledItem<TAbsolute> type exposes the following members.

Properties

NameDescriptionPublic propertyDueTimeGet the absolute time at which the item executes.Top

Methods

NameDescriptionPublic methodInvokeInvokes the work item.Top

See Also

Reference

System.Reactive.Concurrency Namespace

IScheduledItem<TAbsolute> Methods

Include Protected Members
Include Inherited Members

The IScheduledItem<TAbsolute> type exposes the following members.

Methods

NameDescriptionPublic methodInvokeInvokes the work item.Top

See Also

Reference

IScheduledItem<TAbsolute> Interface

System.Reactive.Concurrency Namespace

IScheduledItem<TAbsolute> Properties

Include Protected Members
Include Inherited Members

The IScheduledItem<TAbsolute> type exposes the following members.

Properties

NameDescriptionPublic propertyDueTimeGet the absolute time at which the item executes.Top

See Also

Reference

IScheduledItem<TAbsolute> Interface

System.Reactive.Concurrency Namespace