C# Class Indiefreaks.Xna.Threading.BackgroundWorker

Exibir arquivo Open project: Indiefreaks/igf Class Usage Examples

Public Methods

Method Description
BackgroundWorker ( ) : System.Collections.Generic
StartWork ( Task work ) : void

Private Methods

Method Description
Start ( Task work ) : void
WorkLoop ( ) : void

Method Details

BackgroundWorker() public method

public BackgroundWorker ( ) : System.Collections.Generic
return System.Collections.Generic

StartWork() public static method

public static StartWork ( Task work ) : void
work Task
return void