C# Class CoreUtil.Event

Exibir arquivo Open project: sor593/SoftEtherVPN_ALLFREE Class Usage Examples

Public Methods

Method 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

Method 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 method

public Event ( ) : System
return System

Event() public method

public Event ( bool manualReset ) : System
manualReset bool
return System

Set() public method

public Set ( ) : void
return void

Wait() public method

public Wait ( ) : bool
return bool

Wait() public method

public Wait ( int millisecs ) : bool
millisecs int
return bool

WaitAll() public static method

public static WaitAll ( Array events ) : bool
events Array
return bool

WaitAll() public static method

public static WaitAll ( Array events, int millisecs ) : bool
events Array
millisecs int
return bool

WaitAny() public static method

public static WaitAny ( Array events ) : bool
events Array
return bool

WaitAny() public static method

public static WaitAny ( Array events, int millisecs ) : bool
events Array
millisecs int
return bool