Table of Contents

Interface IThreadFactory

Namespace
Java.Util.Concurrent
Assembly
MASES.JNet.dll
public interface IThreadFactory

Methods

NewThread(Runnable)

Thread NewThread(Runnable arg0)

Parameters

arg0 Runnable

Runnable

Returns

Thread

Thread