C# Class Examples.ExamplesConsole.RPCExample.ClientExampleInstance

We are going to isolate the server and client example to demonstrate that the client never has to see the implementation used for IMath
Inheritance: IRPCExampleInstance
显示文件 Open project: MarcFletcher/NetworkComms.Net

Public Methods

Method Description
ClientExampleInstance ( ) : System

Create an instance of ClientExampleInstance

Run ( ) : void

Run the example

Private Methods

Method Description
DoMath ( IMath remoteObject ) : object
SelectConnectionType ( ) : void
SelectRemoteObject ( Connection connection, string &instanceId ) : IMath

Allows the user to select a remote object based on the different available access methods

Method Details

ClientExampleInstance() public method

Create an instance of ClientExampleInstance
public ClientExampleInstance ( ) : System
return System

Run() public method

Run the example
public Run ( ) : void
return void