C# 클래스 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
상속: IRPCExampleInstance
파일 보기 프로젝트 열기: MarcFletcher/NetworkComms.Net

공개 메소드들

메소드 설명
ClientExampleInstance ( ) : System

Create an instance of ClientExampleInstance

Run ( ) : void

Run the example

비공개 메소드들

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

메소드 상세

ClientExampleInstance() 공개 메소드

Create an instance of ClientExampleInstance
public ClientExampleInstance ( ) : System
리턴 System

Run() 공개 메소드

Run the example
public Run ( ) : void
리턴 void