C# Class 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)
Inheritance: MultiplicationService.Iface
Exibir arquivo Open project: sidshetye/SerializersCompare

Public Methods

Method Description
multiply ( int n1, int n2 ) : int

Method Details

multiply() public method

public multiply ( int n1, int n2 ) : int
n1 int
n2 int
return int