C# Class MyClient.Threading.ThreadUtils

Inheritance: IThreadUtils
Mostra file Open project: JeffreyZhao/unit-test-practices

Public Properties

Property Type Description
Instance ThreadUtils

Public Methods

Method Description
Sleep ( int millisecondsTimeout ) : void
StartNew ( string name, ThreadStart start ) : void

Method Details

Sleep() public method

public Sleep ( int millisecondsTimeout ) : void
millisecondsTimeout int
return void

StartNew() public method

public StartNew ( string name, ThreadStart start ) : void
name string
start ThreadStart
return void

Property Details

Instance public_oe static_oe property

public static ThreadUtils,MyClient.Threading Instance
return ThreadUtils