C# Class Netronics.Scheduling.Microthreading.WaitEvent

Afficher le fichier Open project: shlee322/Netronics Class Usage Examples

Méthodes publiques

Méthode Description
AddWaitMicrothread ( Microthread microthread ) : void

프레임워크 내부적으로 사용되는 메소드입니다.

ForeachMicrothreads ( Action action ) : void
IsSet ( ) : bool
Set ( ) : void
WaitEvent ( bool isLock = false ) : System

Private Methods

Méthode Description
SetA ( ) : void

Method Details

AddWaitMicrothread() public méthode

프레임워크 내부적으로 사용되는 메소드입니다.
public AddWaitMicrothread ( Microthread microthread ) : void
microthread Microthread
Résultat void

ForeachMicrothreads() public méthode

public ForeachMicrothreads ( Action action ) : void
action Action
Résultat void

IsSet() public méthode

public IsSet ( ) : bool
Résultat bool

Set() public méthode

public Set ( ) : void
Résultat void

WaitEvent() public méthode

public WaitEvent ( bool isLock = false ) : System
isLock bool
Résultat System