C# Class TastyDomainDriven.Sample.PerformanceRun

Mostrar archivo Open project: jaceenet/TastyDomainDriven Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

PerformanceRun() public method

public PerformanceRun ( ) : System
return System

Run() public method

public Run ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

RunAlotOfWrites() public method

public RunAlotOfWrites ( int bytefrom, int byteto ) : System.Threading.Tasks.Task
bytefrom int
byteto int
return System.Threading.Tasks.Task