C# Class FloatingQueue.TestClient.Program

Datei anzeigen Open project: eleks/FloatingQueuePoC

Public Methods

Method Description
TryCreateProxy ( string address, bool keepConnectionOpened, SafeQueueServiceProxy &proxy ) : bool

Private Methods

Method 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 method

public static TryCreateProxy ( string address, bool keepConnectionOpened, SafeQueueServiceProxy &proxy ) : bool
address string
keepConnectionOpened bool
proxy SafeQueueServiceProxy
return bool