Evernote.EDAM.UserStore.UserStore.Processor.getBootstrapInfo_Process C# (CSharp) Méthode

getBootstrapInfo_Process() public méthode

public getBootstrapInfo_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot Thrift.Protocol.TProtocol
oprot Thrift.Protocol.TProtocol
Résultat void
      public void getBootstrapInfo_Process(int seqid, TProtocol iprot, TProtocol oprot)
      {
        getBootstrapInfo_args args = new getBootstrapInfo_args();
        args.Read(iprot);
        iprot.ReadMessageEnd();
        getBootstrapInfo_result result = new getBootstrapInfo_result();
        result.Success = iface_.getBootstrapInfo(args.Locale);
        oprot.WriteMessageBegin(new TMessage("getBootstrapInfo", TMessageType.Reply, seqid)); 
        result.Write(oprot);
        oprot.WriteMessageEnd();
        oprot.Transport.Flush();
      }