C# Class BlueCollar.Test.TestJob

Implements IJob for testing.
Inheritance: IJob
Afficher le fichier Open project: ChadBurggraf/blue-collar Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Execute ( ) : void

Executes the job.

Method Details

Execute() public méthode

Executes the job.
public Execute ( ) : void
Résultat void