Пример #1
0
        public virtual void onAfterDeleteSord(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.Sord parentSord, EloixClient.IndexServer.Sord sord, EloixClient.IndexServer.LockZ unlockZ, EloixClient.IndexServer.DeleteOptions delOpts, bool ret, BAsyncResult <Object> asyncResult)
        {
            Object    __byps__ret = default(Object);
            Exception __byps__ex  = null;

            try {
                onAfterDeleteSord(ec, parentSord, sord, unlockZ, delOpts, ret);
            }
            catch (Exception e) { __byps__ex = e; }
            asyncResult(__byps__ret, __byps__ex);
        }
Пример #2
0
        public virtual void onAfterDeleteSord(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.Sord parentSord, EloixClient.IndexServer.Sord sord, EloixClient.IndexServer.LockZ unlockZ, EloixClient.IndexServer.DeleteOptions delOpts, bool ret, BAsyncResult <Object> asyncResult)
        {
            BRequest_IXServerEvents_onAfterDeleteSord req = new BRequest_IXServerEvents_onAfterDeleteSord();

            req.ecValue         = ec;
            req.parentSordValue = parentSord;
            req.sordValue       = sord;
            req.unlockZValue    = unlockZ;
            req.delOptsValue    = delOpts;
            req.retValue        = ret;
            transport.sendMethod(req, asyncResult);
        }
Пример #3
0
 public virtual void onAfterDeleteSord(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.Sord parentSord, EloixClient.IndexServer.Sord sord, EloixClient.IndexServer.LockZ unlockZ, EloixClient.IndexServer.DeleteOptions delOpts, bool ret)
 {
     throw new BException(BExceptionC.UNSUPPORTED_METHOD, "");
 }
Пример #4
0
        public virtual void onAfterDeleteSord(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.Sord parentSord, EloixClient.IndexServer.Sord sord, EloixClient.IndexServer.LockZ unlockZ, EloixClient.IndexServer.DeleteOptions delOpts, bool ret)
        {
            BSyncResult <Object> asyncResult = new BSyncResult <Object>();

            onAfterDeleteSord(ec, parentSord, sord, unlockZ, delOpts, ret, BAsyncResultHelper.ToDelegate <Object>(asyncResult));
            asyncResult.GetResult();
        }