C# Class rho.PrintingThread

Afficher le fichier Open project: rhomobile/rhodes

Protected Properties

Свойство Type Description
m_applicationForm PrintingService.MainForm
m_thread Thread

Méthodes publiques

Méthode Description
PrintingThread ( MainForm applicationForm ) : System
joinThread ( ) : void
runThread ( ) : void
startThread ( ) : void
stopThread ( ) : void

Méthodes protégées

Méthode Description
checkForMessage ( ) : void
finalizeThread ( ) : void

Method Details

PrintingThread() public méthode

public PrintingThread ( MainForm applicationForm ) : System
applicationForm PrintingService.MainForm
Résultat System

checkForMessage() protected abstract méthode

protected abstract checkForMessage ( ) : void
Résultat void

finalizeThread() protected abstract méthode

protected abstract finalizeThread ( ) : void
Résultat void

joinThread() public méthode

public joinThread ( ) : void
Résultat void

runThread() public méthode

public runThread ( ) : void
Résultat void

startThread() public méthode

public startThread ( ) : void
Résultat void

stopThread() public méthode

public stopThread ( ) : void
Résultat void

Property Details

m_applicationForm protected_oe property

protected MainForm,PrintingService m_applicationForm
Résultat PrintingService.MainForm

m_thread protected_oe property

protected Thread m_thread
Résultat Thread