C# Класс SerializersCompare.Experiments.ThriftClientServerExpt.MultiplicationHandler

Thrift is an RPC system, so builds beyond just serialization. The layer above serialization is the RPC, so this is the concrete implementation of the RPC interface (remember, thrift only defines the RPC interface and data IO across it)
Наследование: MultiplicationService.Iface
Показать файл Открыть проект

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

Метод Описание
multiply ( int n1, int n2 ) : int

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

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

public multiply ( int n1, int n2 ) : int
n1 int
n2 int
Результат int