LINE.Datatypes.TalkService.Processor.removeSnsId_Process C# (CSharp) Method

removeSnsId_Process() public method

public removeSnsId_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot TProtocol
oprot TProtocol
return void
      public void removeSnsId_Process(int seqid, TProtocol iprot, TProtocol oprot)
      {
        removeSnsId_args args = new removeSnsId_args();
        args.Read(iprot);
        iprot.ReadMessageEnd();
        removeSnsId_result result = new removeSnsId_result();
        try {
          result.Success = iface_.removeSnsId(args.SnsIdType);
        } catch (TalkException e) {
          result.E = e;
        }
        oprot.WriteMessageBegin(new TMessage("removeSnsId", TMessageType.Reply, seqid)); 
        result.Write(oprot);
        oprot.WriteMessageEnd();
        oprot.Transport.Flush();
      }
TalkService.Processor