![]() | IExecutorService Methods |
The IExecutorService type exposes the following members.
Name | Description | |
---|---|---|
![]() | AwaitTermination |
Awaits termination.
|
![]() | AwaitTermination(TimeSpan) |
Awaits termination.
|
![]() | Shutdown |
Shutdowns this instance.
|
![]() | Submit(Action) |
Submits the specified runnable to the thread pool.
|
![]() | SubmitT(FuncTResult) | |
![]() | SubmitT(ICallableT) |
Submits the specified callable to the thread pool.
|