C# 클래스 MultiplicationService.Processor, SerializersCompare

상속: TProcessor
파일 보기 프로젝트 열기: sidshetye/SerializersCompare 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
processMap_ ProcessFunction>.Dictionary

공개 메소드들

메소드 설명
Process ( TProtocol iprot, TProtocol oprot ) : bool
Processor ( Iface iface ) : System
multiply_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void

메소드 상세

Process() 공개 메소드

public Process ( TProtocol iprot, TProtocol oprot ) : bool
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 bool

Processor() 공개 메소드

public Processor ( Iface iface ) : System
iface Iface
리턴 System

multiply_Process() 공개 메소드

public multiply_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
리턴 void

프로퍼티 상세

processMap_ 보호되어 있는 프로퍼티

protected Dictionary processMap_
리턴 ProcessFunction>.Dictionary