C# Class SQLQueryStress.LoadEngine.QueryInput

Afficher le fichier Open project: ErikEJ/SqlQueryStress

Méthodes publiques

Méthode Description
QueryInput ( SqlCommand statsComm, SqlCommand queryComm, int iterations, bool forceDataRetrieval, int queryDelay ) : System

Private Methods

Méthode Description
GetInfoMessages ( object sender, System.Data.SqlClient.SqlInfoMessageEventArgs args ) : void
StartLoadThread ( ) : void

Method Details

QueryInput() public méthode

public QueryInput ( SqlCommand statsComm, SqlCommand queryComm, int iterations, bool forceDataRetrieval, int queryDelay ) : System
statsComm System.Data.SqlClient.SqlCommand
queryComm System.Data.SqlClient.SqlCommand
iterations int
forceDataRetrieval bool
queryDelay int
Résultat System