C# Class SenseNet.Utilities.ExecutionTesting.Job

Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Private Properties

Свойство Type Description
ExecuteActionWithTimer void
HandleException void

Méthodes publiques

Méthode Description
Execute ( ) : void
Job ( string name, TextWriter output ) : System
WriteLine ( string message ) : void

Private Methods

Méthode Description
ExecuteActionWithTimer ( Stopwatch stopwatch ) : void
HandleException ( Exception e ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

Job() public méthode

public Job ( string name, TextWriter output ) : System
name string
output System.IO.TextWriter
Résultat System

WriteLine() public méthode

public WriteLine ( string message ) : void
message string
Résultat void