Java.Util.Concurrent.AbstractExecutorService Members

The members of Java.Util.Concurrent.AbstractExecutorService are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
abstract
IsShutdownbool. Documentation for this section has not yet been entered.
[read-only]
abstract
IsTerminatedbool. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
AwaitTermination(long, TimeUnit) : bool
Documentation for this section has not yet been entered.
AwaitTerminationAsync(long, TimeUnit) : System.Threading.Tasks.Task<bool>
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) : IList
Documentation for this section has not yet been entered.
InvokeAll(ICollection, long, TimeUnit) : IList
Documentation for this section has not yet been entered.
InvokeAny(ICollection) : Java.Lang.Object
Documentation for this section has not yet been entered.
InvokeAny(ICollection, long, TimeUnit) : Java.Lang.Object
Documentation for this section has not yet been entered.
abstract
Shutdown()
Documentation for this section has not yet been entered.
abstract
ShutdownNow() : IList<Java.Lang.IRunnable>
Documentation for this section has not yet been entered.
Submit(Java.Lang.IRunnable) : IFuture
Submits a Runnable task for execution and returns a Future representing that task.
Submit(ICallable) : IFuture
Documentation for this section has not yet been entered.
Submit(Java.Lang.IRunnable, Java.Lang.Object) : IFuture
Documentation for this section has not yet been entered.

Protected Methods

NewTaskFor(ICallable) : IRunnableFuture
Documentation for this section has not yet been entered.
NewTaskFor(Java.Lang.IRunnable, Java.Lang.Object) : IRunnableFuture
Documentation for this section has not yet been entered.