![]() | IScheduledExecutorService Methods |
The IScheduledExecutorService type exposes the following members.
Name | Description | |
---|---|---|
![]() | AwaitTermination |
Awaits termination.
(Inherited from IExecutorService.) |
![]() | AwaitTermination(TimeSpan) |
Awaits termination.
(Inherited from IExecutorService.) |
![]() | ScheduleAtFixedRate | |
![]() | ScheduleWithFixedDelay |
Schedules a runnable task associated with an initial delay and periodicity.
|
![]() | Shutdown |
Shutdowns this instance.
(Inherited from IExecutorService.) |
![]() | Submit(Action) |
Submits the specified runnable to the thread pool.
(Inherited from IExecutorService.) |
![]() | SubmitT(FuncTResult) | (Inherited from IExecutorService.) |
![]() | SubmitT(ICallableT) |
Submits the specified callable to the thread pool.
(Inherited from IExecutorService.) |