Java.Util.Concurrent.IExecutorServiceExtensions Members

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

See Also: Inherited members from System.Object

Public Methods

static
AwaitTerminationAsync(this IExecutorService, long, TimeUnit) : System.Threading.Tasks.Task<bool>
Documentation for this section has not yet been entered.
static
InvokeAnyAsync(this IExecutorService, ICollection) : System.Threading.Tasks.Task<Java.Lang.Object>
Documentation for this section has not yet been entered.
static
InvokeAnyAsync(this IExecutorService, ICollection, long, TimeUnit) : System.Threading.Tasks.Task<Java.Lang.Object>
Documentation for this section has not yet been entered.