Example #1
0
        public virtual EloixClient.IndexServer.FindResult findFirstActions(EloixClient.IndexServer.feed.FindActionsInfo findInfo, int max, EloixClient.IndexServer.feed.ActionZ actionZ)
        {
            BSyncResult <EloixClient.IndexServer.FindResult> asyncResult = new BSyncResult <EloixClient.IndexServer.FindResult>();

            findFirstActions(findInfo, max, actionZ, BAsyncResultHelper.ToDelegate <EloixClient.IndexServer.FindResult>(asyncResult));
            return(asyncResult.GetResult());
        }
Example #2
0
        public virtual void findFirstActions(EloixClient.IndexServer.feed.FindActionsInfo findInfo, int max, EloixClient.IndexServer.feed.ActionZ actionZ, BAsyncResult <EloixClient.IndexServer.FindResult> asyncResult)
        {
            BRequest_FeedService_findFirstActions req = new BRequest_FeedService_findFirstActions();

            req.findInfoValue = findInfo;
            req.maxValue      = max;
            req.actionZValue  = actionZ;
            transport.sendMethod(req, asyncResult);
        }