Esempio n. 1
0
        public virtual void checkoutHashTag(String hashtagGuidOrName, EloixClient.IndexServer.feed.HashTagZ hstgZ, BAsyncResult <EloixClient.IndexServer.feed.HashTag> asyncResult)
        {
            BRequest_FeedService_checkoutHashTag req = new BRequest_FeedService_checkoutHashTag();

            req.hashtagGuidOrNameValue = hashtagGuidOrName;
            req.hstgZValue             = hstgZ;
            transport.sendMethod(req, asyncResult);
        }
Esempio n. 2
0
        public override void write(Object obj1, BOutput bout1, long version)
        {
            BRequest_FeedService_checkoutHashTag obj = (BRequest_FeedService_checkoutHashTag)obj1;
            BOutputBin bout = (BOutputBin)bout1;
            BBufferBin bbuf = bout.bbuf;

            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putString(obj.hashtagGuidOrNameValue);
            // checkpoint byps.gen.cs.PrintContext:494
            bout.writeObj(obj.ciValue, false, null);
            // checkpoint byps.gen.cs.PrintContext:494
            bout.writeObj(obj.hstgZValue, false, null);
        }