예약된 작업 항목을 나타냅니다.
네임스페이스:System.Reactive.Concurrency
어셈블리: System.Reactive(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.
형식 매개 변수
- TAbsolute
절대 시간 인수 형식입니다.
IScheduledItem<TAbsolute> 형식은 다음 멤버를 노출합니다.
속성
| 속성 | Description | |
|---|---|---|
|
DueTime | 항목이 실행되는 절대 시간을 가져옵니다. |
상위
메서드
| 속성 | Description | |
|---|---|---|
|
Invoke | 작업 항목을 호출합니다. |
상위