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
Показать файл Открыть проект

Открытые методы

Метод Описание
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