示例#1
0
        public virtual void adminMode(EloixClient.IndexServer.ClientInfo ci, int mode)
        {
            BSyncResult <Object> asyncResult = new BSyncResult <Object>();

            adminMode(ci, mode, BAsyncResultHelper.ToDelegate <Object>(asyncResult));
            asyncResult.GetResult();
        }
示例#2
0
        public virtual void updateTask(EloixClient.IndexServer.ClientInfo ci, EloixClient.IndexServer.UserTask userTask, EloixClient.IndexServer.notify.TaskNotifyType notifyType)
        {
            BSyncResult <Object> asyncResult = new BSyncResult <Object>();

            updateTask(ci, userTask, notifyType, BAsyncResultHelper.ToDelegate <Object>(asyncResult));
            asyncResult.GetResult();
        }
 public IXServerEventsContext(String @url, EloixClient.IndexServer.ClientInfo @ci, EloixClient.IndexServer.UserInfo @user, IDictionary <String, String> @sessionOptions, String @clientComputer)
 {
     this.urlValue            = @url;
     this.ciValue             = @ci;
     this.userValue           = @user;
     this.sessionOptionsValue = @sessionOptions;
     this.clientComputerValue = @clientComputer;
 }
示例#4
0
        public virtual void adminMode(EloixClient.IndexServer.ClientInfo ci, int mode, BAsyncResult <Object> asyncResult)
        {
            BRequest_ClientNotification_adminMode req = new BRequest_ClientNotification_adminMode();

            req.ciValue   = ci;
            req.modeValue = mode;
            transport.sendMethod(req, asyncResult);
        }
示例#5
0
        public virtual void updateTask(EloixClient.IndexServer.ClientInfo ci, EloixClient.IndexServer.UserTask userTask, EloixClient.IndexServer.notify.TaskNotifyType notifyType, BAsyncResult <Object> asyncResult)
        {
            BRequest_ClientNotification_updateTask req = new BRequest_ClientNotification_updateTask();

            req.ciValue         = ci;
            req.userTaskValue   = userTask;
            req.notifyTypeValue = notifyType;
            transport.sendMethod(req, asyncResult);
        }
示例#6
0
        public virtual void updateTask(EloixClient.IndexServer.ClientInfo ci, EloixClient.IndexServer.UserTask userTask, EloixClient.IndexServer.notify.TaskNotifyType notifyType, BAsyncResult <Object> asyncResult)
        {
            Object    __byps__ret = default(Object);
            Exception __byps__ex  = null;

            try {
                updateTask(ci, userTask, notifyType);
            }
            catch (Exception e) { __byps__ex = e; }
            asyncResult(__byps__ret, __byps__ex);
        }
示例#7
0
        public virtual void adminMode(EloixClient.IndexServer.ClientInfo ci, int mode, BAsyncResult <Object> asyncResult)
        {
            Object    __byps__ret = default(Object);
            Exception __byps__ex  = null;

            try {
                adminMode(ci, mode);
            }
            catch (Exception e) { __byps__ex = e; }
            asyncResult(__byps__ret, __byps__ex);
        }
示例#8
0
 public LoginResult(EloixClient.IndexServer.ClientInfo @clientInfo, int @ticketLifetime, EloixClient.IndexServer.UserInfo @user)
 {
     this.clientInfoValue     = @clientInfo;
     this.ticketLifetimeValue = @ticketLifetime;
     this.userValue           = @user;
 }
示例#9
0
 public virtual void updateTask(EloixClient.IndexServer.ClientInfo ci, EloixClient.IndexServer.UserTask userTask, EloixClient.IndexServer.notify.TaskNotifyType notifyType)
 {
     throw new BException(BExceptionC.UNSUPPORTED_METHOD, "");
 }
示例#10
0
 public virtual void adminMode(EloixClient.IndexServer.ClientInfo ci, int mode)
 {
     throw new BException(BExceptionC.UNSUPPORTED_METHOD, "");
 }