public virtual void updateAction(EloixClient.IndexServer.feed.Action action, BAsyncResult <Object> asyncResult)
        {
            BRequest_FeedNotification_updateAction req = new BRequest_FeedNotification_updateAction();

            req.actionValue = action;
            transport.sendMethod(req, asyncResult);
        }
Beispiel #2
0
        public virtual String checkinAction(EloixClient.IndexServer.feed.Action action, EloixClient.IndexServer.feed.ActionZ actionZ)
        {
            BSyncResult <String> asyncResult = new BSyncResult <String>();

            checkinAction(action, actionZ, BAsyncResultHelper.ToDelegate <String>(asyncResult));
            return(asyncResult.GetResult());
        }
        public virtual void updateAction(EloixClient.IndexServer.feed.Action action)
        {
            BSyncResult <Object> asyncResult = new BSyncResult <Object>();

            updateAction(action, BAsyncResultHelper.ToDelegate <Object>(asyncResult));
            asyncResult.GetResult();
        }
Beispiel #4
0
        public virtual void internalInsertSystemAction(EloixClient.IndexServer.feed.Action action, BAsyncResult <EloixClient.IndexServer.feed.Action> asyncResult)
        {
            BRequest_FeedService_internalInsertSystemAction req = new BRequest_FeedService_internalInsertSystemAction();

            req.actionValue = action;
            transport.sendMethod(req, asyncResult);
        }
Beispiel #5
0
        public virtual void checkinAction(EloixClient.IndexServer.feed.Action action, EloixClient.IndexServer.feed.ActionZ actionZ, BAsyncResult <String> asyncResult)
        {
            BRequest_FeedService_checkinAction req = new BRequest_FeedService_checkinAction();

            req.actionValue  = action;
            req.actionZValue = actionZ;
            transport.sendMethod(req, asyncResult);
        }
        public virtual void updateAction(EloixClient.IndexServer.feed.Action action, BAsyncResult <Object> asyncResult)
        {
            Object    __byps__ret = default(Object);
            Exception __byps__ex  = null;

            try {
                updateAction(action);
            }
            catch (Exception e) { __byps__ex = e; }
            asyncResult(__byps__ret, __byps__ex);
        }
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin  bin  = (BInputBin)bin1;
            BBufferBin bbuf = bin.bbuf;

            // lengths
            int n0 = bbuf.getLength();

            // create array
            EloixClient.IndexServer.feed.Action[] arr = new EloixClient.IndexServer.feed.Action[n0];
            bin.onObjectCreated(arr);

            // read
            for (int i0 = 0; i0 < n0; i0++)
            {
                arr[i0] = (EloixClient.IndexServer.feed.Action)bin.readObj(false, null);
            }

            return(arr);
        }
 public virtual void updateAction(EloixClient.IndexServer.feed.Action action)
 {
     throw new BException(BExceptionC.UNSUPPORTED_METHOD, "");
 }
Beispiel #9
0
        public virtual EloixClient.IndexServer.feed.Action internalInsertSystemAction(EloixClient.IndexServer.feed.Action action)
        {
            BSyncResult <EloixClient.IndexServer.feed.Action> asyncResult = new BSyncResult <EloixClient.IndexServer.feed.Action>();

            internalInsertSystemAction(action, BAsyncResultHelper.ToDelegate <EloixClient.IndexServer.feed.Action>(asyncResult));
            return(asyncResult.GetResult());
        }