C# Class SCribe.Thrift.scribe.Processor

Inheritance: FacebookService.Processor, TProcessor
Afficher le fichier Open project: kobolabs/CSharpScribe

Méthodes publiques

Méthode Description
Log_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
Process ( TProtocol iprot, TProtocol oprot ) : bool
Processor ( Iface iface ) : System

Method Details

Log_Process() public méthode

public Log_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void

Process() public méthode

public Process ( TProtocol iprot, TProtocol oprot ) : bool
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat bool

Processor() public méthode

public Processor ( Iface iface ) : System
iface Iface
Résultat System