C# Class CoreUtil.Event

Afficher le fichier Open project: sor593/SoftEtherVPN_ALLFREE Class Usage Examples

Méthodes publiques

Méthode Description
Event ( ) : System
Event ( bool manualReset ) : System
Set ( ) : void
Wait ( ) : bool
Wait ( int millisecs ) : bool
WaitAll ( Array events ) : bool
WaitAll ( Array events, int millisecs ) : bool
WaitAny ( Array events ) : bool
WaitAny ( Array events, int millisecs ) : bool

Private Methods

Méthode Description
init ( bool manualReset ) : void
toArray ( Array events ) : EventWaitHandle[]
waitAllInner ( Array events, int millisecs ) : bool
waitAllMulti ( Array events, int millisecs ) : bool

Method Details

Event() public méthode

public Event ( ) : System
Résultat System

Event() public méthode

public Event ( bool manualReset ) : System
manualReset bool
Résultat System

Set() public méthode

public Set ( ) : void
Résultat void

Wait() public méthode

public Wait ( ) : bool
Résultat bool

Wait() public méthode

public Wait ( int millisecs ) : bool
millisecs int
Résultat bool

WaitAll() public static méthode

public static WaitAll ( Array events ) : bool
events Array
Résultat bool

WaitAll() public static méthode

public static WaitAll ( Array events, int millisecs ) : bool
events Array
millisecs int
Résultat bool

WaitAny() public static méthode

public static WaitAny ( Array events ) : bool
events Array
Résultat bool

WaitAny() public static méthode

public static WaitAny ( Array events, int millisecs ) : bool
events Array
millisecs int
Résultat bool