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

registerDeviceWithoutPhoneNumberWithIdentityCredential_Process() public method

public registerDeviceWithoutPhoneNumberWithIdentityCredential_Process ( int seqid, TProtocol iprot, TProtocol oprot ) : void
seqid int
iprot TProtocol
oprot TProtocol
return void
      public void registerDeviceWithoutPhoneNumberWithIdentityCredential_Process(int seqid, TProtocol iprot, TProtocol oprot)
      {
        registerDeviceWithoutPhoneNumberWithIdentityCredential_args args = new registerDeviceWithoutPhoneNumberWithIdentityCredential_args();
        args.Read(iprot);
        iprot.ReadMessageEnd();
        registerDeviceWithoutPhoneNumberWithIdentityCredential_result result = new registerDeviceWithoutPhoneNumberWithIdentityCredential_result();
        try {
          result.Success = iface_.registerDeviceWithoutPhoneNumberWithIdentityCredential(args.Region, args.UdidHash, args.DeviceInfo, args.Provider, args.Identifier, args.Verifier, args.Mid);
        } catch (TalkException e) {
          result.E = e;
        }
        oprot.WriteMessageBegin(new TMessage("registerDeviceWithoutPhoneNumberWithIdentityCredential", TMessageType.Reply, seqid)); 
        result.Write(oprot);
        oprot.WriteMessageEnd();
        oprot.Transport.Flush();
      }
TalkService.Processor