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
Afficher le fichier Open project: sidshetye/SerializersCompare

Méthodes publiques

Méthode Description
multiply ( int n1, int n2 ) : int

Method Details

multiply() public méthode

public multiply ( int n1, int n2 ) : int
n1 int
n2 int
Résultat int