monoandroid
namespace Java.Util.Concurrent
{
[Register("java/util/concurrent/ThreadPoolExecutor", DoNotGenerateAcw = true)]
public class ThreadPoolExecutor : AbstractExecutorService
{
[Register("java/util/concurrent/ThreadPoolExecutor$AbortPolicy", DoNotGenerateAcw = true)]
public class AbortPolicy : Object, IJavaObject, IJavaPeerable, IRejectedExecutionHandler, IDisposable
{
[Register("rejectedExecution", "(Ljava/lang/Runnable;Ljava/util/concurrent/ThreadPoolExecutor;)V", "GetRejectedExecution_Ljava_lang_Runnable_Ljava_util_concurrent_ThreadPoolExecutor_Handler")]
public virtual void RejectedExecution(IRunnable? r, ThreadPoolExecutor? e);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |