Table of Contents

Interface IDelayed

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/Delayed.html

public interface IDelayed : IComparable<Delayed>
Inherited Members

Methods

GetDelay(TimeUnit)

long GetDelay(TimeUnit arg0)

Parameters

arg0 TimeUnit

TimeUnit

Returns

long

long