![]() | IScheduledExecutorService Interface |
[Missing <summary> documentation for "T:com.espertech.esper.compat.concurrency.IScheduledExecutorService"]
Namespace: com.espertech.esper.compat.concurrency
public interface IScheduledExecutorService : IExecutorService
The IScheduledExecutorService type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsShutdown |
Gets a value indicating whether this instance is shutdown.
(Inherited from IExecutorService.) |
![]() | IsTerminated |
Gets a value indicating whether this instance is terminated.
(Inherited from IExecutorService.) |
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.) |