The members of Java.Util.Concurrent.AbstractExecutorService are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] abstract | IsShutdown | bool. Documentation for this section has not yet been entered. |
[read-only] abstract | IsTerminated | bool. Documentation for this section has not yet been entered. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
abstract | AwaitTermination(long, TimeUnit)Documentation for this section has not yet been entered. | |
AwaitTerminationAsync(long, TimeUnit)Documentation for this section has not yet been entered. | ||
abstract | Execute(Java.Lang.IRunnable)Documentation for this section has not yet been entered. | |
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. | ||
abstract | Shutdown()Documentation for this section has not yet been entered. | |
abstract | ShutdownNow()Documentation for this section has not yet been entered. | |
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. |
NewTaskFor(ICallable)Documentation for this section has not yet been entered. | ||
NewTaskFor(Java.Lang.IRunnable, Java.Lang.Object)Documentation for this section has not yet been entered. |