C# 클래스 FloatingQueue.TestClient.Program

파일 보기 프로젝트 열기: eleks/FloatingQueuePoC

공개 메소드들

메소드 설명
TryCreateProxy ( string address, bool keepConnectionOpened, SafeQueueServiceProxy &proxy ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

TryCreateProxy() 공개 정적인 메소드

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