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
파일 보기 프로젝트 열기: sidshetye/SerializersCompare

공개 메소드들

메소드 설명
multiply ( int n1, int n2 ) : int

메소드 상세

multiply() 공개 메소드

public multiply ( int n1, int n2 ) : int
n1 int
n2 int
리턴 int