C# Class Netronics.Scheduling.Microthreading.SleepData

Datei anzeigen Open project: shlee322/Netronics

Public Properties

Property Type Description
Thread Microthread

Public Methods

Method Description
Pass ( ) : bool
SleepData ( Microthread thread, long sec ) : System

Method Details

Pass() public method

public Pass ( ) : bool
return bool

SleepData() public method

public SleepData ( Microthread thread, long sec ) : System
thread Microthread
sec long
return System

Property Details

Thread public_oe property

public Microthread,Netronics.Scheduling.Microthreading Thread
return Microthread