LineSharp.Datatypes.TalkService.Client.recv_sendContentReceipt C# (CSharp) Method

recv_sendContentReceipt() public method

public recv_sendContentReceipt ( ) : void
return void
      public void recv_sendContentReceipt()
      {
        TMessage msg = iprot_.ReadMessageBegin();
        if (msg.Type == TMessageType.Exception) {
          TApplicationException x = TApplicationException.Read(iprot_);
          iprot_.ReadMessageEnd();
          throw x;
        }
        sendContentReceipt_result result = new sendContentReceipt_result();
        result.Read(iprot_);
        iprot_.ReadMessageEnd();
        if (result.__isset.e) {
          throw result.E;
        }
        return;
      }
TalkService.Client