Exemplo n.º 1
0
 public cPos.Admin.Task.MonitorLogServiceReference.MonitorLogInfo[] GetMonitorLogListPackaged(string Customer_Id, string Unit_Id, int startRow, int rowsCount, string bat_id)
 {
     cPos.Admin.Task.MonitorLogServiceReference.GetMonitorLogListPackagedRequest inValue = new cPos.Admin.Task.MonitorLogServiceReference.GetMonitorLogListPackagedRequest();
     inValue.Body             = new cPos.Admin.Task.MonitorLogServiceReference.GetMonitorLogListPackagedRequestBody();
     inValue.Body.Customer_Id = Customer_Id;
     inValue.Body.Unit_Id     = Unit_Id;
     inValue.Body.startRow    = startRow;
     inValue.Body.rowsCount   = rowsCount;
     inValue.Body.bat_id      = bat_id;
     cPos.Admin.Task.MonitorLogServiceReference.GetMonitorLogListPackagedResponse retVal = ((cPos.Admin.Task.MonitorLogServiceReference.MonitorLogWebServiceSoap)(this)).GetMonitorLogListPackaged(inValue);
     return(retVal.Body.GetMonitorLogListPackagedResult);
 }
Exemplo n.º 2
0
 cPos.Admin.Task.MonitorLogServiceReference.GetMonitorLogListPackagedResponse cPos.Admin.Task.MonitorLogServiceReference.MonitorLogWebServiceSoap.GetMonitorLogListPackaged(cPos.Admin.Task.MonitorLogServiceReference.GetMonitorLogListPackagedRequest request)
 {
     return(base.Channel.GetMonitorLogListPackaged(request));
 }