C# Class Shared.BackgroundThread

Mostra file Open project: jbouzaglou/PetPigeonsESB

Public Methods

Method Description
BackgroundThread ( System.Action threadWork ) : System
Join ( ) : void
Start ( ) : void

Method Details

BackgroundThread() public method

public BackgroundThread ( System.Action threadWork ) : System
threadWork System.Action
return System

Join() public method

public Join ( ) : void
return void

Start() public method

public Start ( ) : void
return void