C# Class Universal.Torrent.Client.WaitHandleGroup

Inheritance: System.Threading.WaitHandle
Show file Open project: haroldma/Universal.Torrent

Public Methods

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

Protected Methods

Method Description
Dispose ( bool explicitDisposing ) : void

Method Details

AddHandle() public method

public AddHandle ( WaitHandle handle, string name ) : void
handle System.Threading.WaitHandle
name string
return void

Dispose() protected method

protected Dispose ( bool explicitDisposing ) : void
explicitDisposing bool
return void

ToString() public method

public ToString ( ) : string
return string

WaitHandleGroup() public method

public WaitHandleGroup ( ) : System
return System

WaitOne() public method

public WaitOne ( ) : bool
return bool

WaitOne() public method

public WaitOne ( System.TimeSpan timeout ) : bool
timeout System.TimeSpan
return bool

WaitOne() public method

public WaitOne ( int millisecondsTimeout ) : bool
millisecondsTimeout int
return bool