C# Class Universal.Torrent.Client.WaitHandleGroup

Inheritance: System.Threading.WaitHandle
Afficher le fichier Open project: haroldma/Universal.Torrent

Méthodes publiques

Méthode Description
AddHandle ( WaitHandle handle, string name ) : void
ToString ( ) : string
WaitHandleGroup ( ) : System
WaitOne ( ) : bool
WaitOne ( System.TimeSpan timeout ) : bool
WaitOne ( int millisecondsTimeout ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool explicitDisposing ) : void

Method Details

AddHandle() public méthode

public AddHandle ( WaitHandle handle, string name ) : void
handle System.Threading.WaitHandle
name string
Résultat void

Dispose() protected méthode

protected Dispose ( bool explicitDisposing ) : void
explicitDisposing bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WaitHandleGroup() public méthode

public WaitHandleGroup ( ) : System
Résultat System

WaitOne() public méthode

public WaitOne ( ) : bool
Résultat bool

WaitOne() public méthode

public WaitOne ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
Résultat bool

WaitOne() public méthode

public WaitOne ( int millisecondsTimeout ) : bool
millisecondsTimeout int
Résultat bool