C# Class FloatingQueue.TestClient.Program

Afficher le fichier Open project: eleks/FloatingQueuePoC

Méthodes publiques

Méthode Description
TryCreateProxy ( string address, bool keepConnectionOpened, SafeQueueServiceProxy &proxy ) : bool

Private Methods

Méthode Description
DoFlood ( int requests, int maxValue ) : void
DoGet ( IQueueService proxy, string args ) : void
DoPush ( IQueueService proxy, string args ) : void
InitializeCommunicationProvider ( bool useTCP ) : void
Main ( string args ) : void
ShowUsage ( ) : void

Method Details

TryCreateProxy() public static méthode

public static TryCreateProxy ( string address, bool keepConnectionOpened, SafeQueueServiceProxy &proxy ) : bool
address string
keepConnectionOpened bool
proxy SafeQueueServiceProxy
Résultat bool