コード例 #1
0
        public void send_getBlockInfo(long blockId)
    #endif
        {
            oprot_.WriteMessageBegin(new TMessage("getBlockInfo", TMessageType.Call, seqid_));
            getBlockInfo_args args = new getBlockInfo_args();

            args.BlockId = blockId;
            args.Write(oprot_);
            oprot_.WriteMessageEnd();
      #if SILVERLIGHT
            return(oprot_.Transport.BeginFlush(callback, state));
      #else
            oprot_.Transport.Flush();
      #endif
        }