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
NameDescriptionDueTimeGet the absolute time at which the item executes.Top
Methods
NameDescriptionInvokeInvokes 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
NameDescriptionInvokeInvokes 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
NameDescriptionDueTimeGet the absolute time at which the item executes.Top