C# Class Swicli.Library.WaitUntilDelegateList

Inheritance: IDisposable
Afficher le fichier Open project: swi-to-yap/swicli Class Usage Examples

Méthodes publiques

Свойство Type Description
WaitOns List
mre ManualResetEvent

Méthodes publiques

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

Private Methods

Méthode Description
Reset ( ) : void
Set ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

WaitOne() public méthode

public WaitOne ( TimeSpan ts, WaitUntilDelegate &wud0 ) : object[]
ts TimeSpan
wud0 WaitUntilDelegate
Résultat object[]

Property Details

WaitOns public_oe property

public List WaitOns
Résultat List

mre public_oe property

public ManualResetEvent mre
Résultat ManualResetEvent