Пример #1
0
 public AxlNetClient.StandardResponse updateTimeSchedule(AxlNetClient.UpdateTimeScheduleReq updateTimeSchedule1)
 {
     AxlNetClient.updateTimeScheduleRequest inValue = new AxlNetClient.updateTimeScheduleRequest();
     inValue.updateTimeSchedule = updateTimeSchedule1;
     AxlNetClient.updateTimeScheduleResponse retVal = ((AxlNetClient.AXLPort2)(this)).updateTimeSchedule(inValue);
     return(retVal.updateTimeScheduleResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateTimeScheduleResponse> updateTimeScheduleAsync(AxlNetClient.UpdateTimeScheduleReq updateTimeSchedule)
 {
     AxlNetClient.updateTimeScheduleRequest inValue = new AxlNetClient.updateTimeScheduleRequest();
     inValue.updateTimeSchedule = updateTimeSchedule;
     return(((AxlNetClient.AXLPort2)(this)).updateTimeScheduleAsync(inValue));
 }
Пример #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateTimeScheduleResponse> updateTimeScheduleAsync(AxlNetClient.UpdateTimeScheduleReq updateTimeSchedule)
 {
     return(axlPortClient2.updateTimeScheduleAsync(updateTimeSchedule));
 }
Пример #4
0
 public AxlNetClient.StandardResponse updateTimeSchedule(AxlNetClient.UpdateTimeScheduleReq updateTimeSchedule1)
 {
     return(axlPortClient2.updateTimeSchedule(updateTimeSchedule1));
 }