C# Class Yodiwo.Thread

Show file Open project: yodiwo/plegma

Public Methods

Method Description
Sleep ( System.TimeSpan delay ) : void
Sleep ( int ms ) : void

Method Details

Sleep() public static method

public static Sleep ( System.TimeSpan delay ) : void
delay System.TimeSpan
return void

Sleep() public static method

public static Sleep ( int ms ) : void
ms int
return void