C# Class Swicli.Library.WaitUntilDelegateList

Inheritance: IDisposable
Datei anzeigen Open project: swi-to-yap/swicli Class Usage Examples

Public Properties

Property Type Description
WaitOns List
mre ManualResetEvent

Public Methods

Method Description
Dispose ( ) : void
WaitOne ( TimeSpan ts, WaitUntilDelegate &wud0 ) : object[]

Private Methods

Method Description
Reset ( ) : void
Set ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

WaitOne() public method

public WaitOne ( TimeSpan ts, WaitUntilDelegate &wud0 ) : object[]
ts TimeSpan
wud0 WaitUntilDelegate
return object[]

Property Details

WaitOns public_oe property

public List WaitOns
return List

mre public_oe property

public ManualResetEvent mre
return ManualResetEvent