C# 클래스 RemotingSamples.ClientMain

Main entry point class.
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
Main ( string args ) : void

비공개 메소드들

메소드 설명
GetOptions ( ) : void

Gets user options.

InvokeServer ( ) : void

Creates instances of the Client object and invokes methods. If the user specified to use both HTTP and TCP via threads then creates threads and waits for them to terminate. Allows the user to execute again. This allows seeing the effects in the server when running either SingleCall or Singleton.

Usage ( ) : void

Usage.

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void