public virtual void onBeforeFindSordsInternalSQL(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.FindInfo findInfo, EloixClient.IndexServer.SordZ sordZ, EloixClient.IndexServer.FindInfoAsInternalSQL findSql, BAsyncResult <Object> asyncResult) { Object __byps__ret = default(Object); Exception __byps__ex = null; try { onBeforeFindSordsInternalSQL(ec, findInfo, sordZ, findSql); } catch (Exception e) { __byps__ex = e; } asyncResult(__byps__ret, __byps__ex); }
public virtual void onBeforeFindSordsInternalSQL(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.FindInfo findInfo, EloixClient.IndexServer.SordZ sordZ, EloixClient.IndexServer.FindInfoAsInternalSQL findSql, BAsyncResult <Object> asyncResult) { BRequest_IXServerEvents_onBeforeFindSordsInternalSQL req = new BRequest_IXServerEvents_onBeforeFindSordsInternalSQL(); req.ecValue = ec; req.findInfoValue = findInfo; req.sordZValue = sordZ; req.findSqlValue = findSql; transport.sendMethod(req, asyncResult); }
public virtual void onBeforeFindSordsInternalSQL(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.FindInfo findInfo, EloixClient.IndexServer.SordZ sordZ, EloixClient.IndexServer.FindInfoAsInternalSQL findSql) { throw new BException(BExceptionC.UNSUPPORTED_METHOD, ""); }
public virtual void onBeforeFindSordsInternalSQL(EloixClient.IndexServer.IXServerEventsContext ec, EloixClient.IndexServer.FindInfo findInfo, EloixClient.IndexServer.SordZ sordZ, EloixClient.IndexServer.FindInfoAsInternalSQL findSql) { BSyncResult <Object> asyncResult = new BSyncResult <Object>(); onBeforeFindSordsInternalSQL(ec, findInfo, sordZ, findSql, BAsyncResultHelper.ToDelegate <Object>(asyncResult)); asyncResult.GetResult(); }