The methods of Java.Util.Concurrent.IExecutorService are listed below. For a list of all members, see the IExecutorService Members list.
AwaitTermination(long, TimeUnit)Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first. | ||
InvokeAll(ICollection)Documentation for this section has not yet been entered. | ||
InvokeAll(ICollection, long, TimeUnit)Documentation for this section has not yet been entered. | ||
InvokeAny(ICollection)Documentation for this section has not yet been entered. | ||
InvokeAny(ICollection, long, TimeUnit)Documentation for this section has not yet been entered. | ||
Shutdown()Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted. | ||
ShutdownNow()Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution. | ||
Submit(Java.Lang.IRunnable)Submits a Runnable task for execution and returns a Future representing that task. | ||
Submit(ICallable)Documentation for this section has not yet been entered. | ||
Submit(Java.Lang.IRunnable, Java.Lang.Object)Documentation for this section has not yet been entered. |