C# Class TastyDomainDriven.Sample.PerformanceRun

Afficher le fichier Open project: jaceenet/TastyDomainDriven Class Usage Examples

Méthodes publiques

Méthode Description
PerformanceRun ( ) : System
Run ( ) : System.Threading.Tasks.Task
RunAlotOfWrites ( int bytefrom, int byteto ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
PerformanceAppend ( int version, int bytefrom, int byteto, string streamid ) : System.Threading.Tasks.Task

Method Details

PerformanceRun() public méthode

public PerformanceRun ( ) : System
Résultat System

Run() public méthode

public Run ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

RunAlotOfWrites() public méthode

public RunAlotOfWrites ( int bytefrom, int byteto ) : System.Threading.Tasks.Task
bytefrom int
byteto int
Résultat System.Threading.Tasks.Task