C# Class CqlSharp.Performance.Client.Program

Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
DoRequest ( string server ) : Task
DoRequestAsync ( string server ) : Task
DoWebRequest ( string url ) : Task
RandomId ( int max ) : int
Run ( int concurrent, int count, Task>.Func call, string server ) : Task>

Private Methods

Méthode Description
Main ( string args ) : void
RunSingle ( Task>.Func task, string server ) : Task

Method Details

DoRequest() public static méthode

public static DoRequest ( string server ) : Task
server string
Résultat Task

DoRequestAsync() public static méthode

public static DoRequestAsync ( string server ) : Task
server string
Résultat Task

DoWebRequest() public static méthode

public static DoWebRequest ( string url ) : Task
url string
Résultat Task

RandomId() public static méthode

public static RandomId ( int max ) : int
max int
Résultat int

Run() public static méthode

public static Run ( int concurrent, int count, Task>.Func call, string server ) : Task>
concurrent int
count int
call Task>.Func
server string
Résultat Task>