C# Класс Examples.ExamplesConsole.RPCExample.ServerExampleInstance

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

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

Метод Описание
Run ( ) : void

Run the example

ServerExampleInstance ( ) : System

Create an instance of ServerExampleInstance

Приватные методы

Метод Описание
SelectConnectionType ( ) : void
SetupRPCUsage ( ) : void

Configures the server side RPC features depending on desired usage mode

Описание методов

Run() публичный Метод

Run the example
public Run ( ) : void
Результат void

ServerExampleInstance() публичный Метод

Create an instance of ServerExampleInstance
public ServerExampleInstance ( ) : System
Результат System