Java.Util.Concurrent.IExecutorServiceExtensions: Method Members

The methods of Java.Util.Concurrent.IExecutorServiceExtensions are listed below. For a list of all members, see the IExecutorServiceExtensions Members list.

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.