Table of Contents

Interface IThreadFactory

Namespace
Java.Util.Concurrent
Assembly
MASES.JNet.dll

.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ThreadFactory.html

public interface IThreadFactory
Extension Methods

Methods

NewThread(Runnable)

Thread NewThread(Runnable arg0)

Parameters

arg0 Runnable

Runnable

Returns

Thread

Thread