Interface IRejectedExecutionHandler
- Namespace
- Java.Util.Concurrent
- Assembly
- MASES.JNet.dll
.NET interface for TO BE DEFINED FROM USER
public interface IRejectedExecutionHandler
Methods
RejectedExecution(Runnable, ThreadPoolExecutor)
void RejectedExecution(Runnable arg0, ThreadPoolExecutor arg1)
Parameters
arg0
Runnablearg1
ThreadPoolExecutor