C# Class RemotingSamples.ClientMain

Main entry point class.
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
Main ( string args ) : void

Private Methods

Méthode Description
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.

Method Details

Main() public static méthode

public static Main ( string args ) : void
args string
Résultat void