Table of Contents

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 Runnable

Runnable

arg1 ThreadPoolExecutor

ThreadPoolExecutor