Example #1
0
 public AxlNetClient.StandardResponse addTimeSchedule(AxlNetClient.AddTimeScheduleReq addTimeSchedule1)
 {
     AxlNetClient.addTimeScheduleRequest inValue = new AxlNetClient.addTimeScheduleRequest();
     inValue.addTimeSchedule = addTimeSchedule1;
     AxlNetClient.addTimeScheduleResponse retVal = ((AxlNetClient.AXLPort2)(this)).addTimeSchedule(inValue);
     return(retVal.addTimeScheduleResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addTimeScheduleResponse> addTimeScheduleAsync(AxlNetClient.AddTimeScheduleReq addTimeSchedule)
 {
     AxlNetClient.addTimeScheduleRequest inValue = new AxlNetClient.addTimeScheduleRequest();
     inValue.addTimeSchedule = addTimeSchedule;
     return(((AxlNetClient.AXLPort2)(this)).addTimeScheduleAsync(inValue));
 }
Example #3
0
 public System.Threading.Tasks.Task <AxlNetClient.addTimeScheduleResponse> addTimeScheduleAsync(AxlNetClient.AddTimeScheduleReq addTimeSchedule)
 {
     return(axlPortClient2.addTimeScheduleAsync(addTimeSchedule));
 }
Example #4
0
 public AxlNetClient.StandardResponse addTimeSchedule(AxlNetClient.AddTimeScheduleReq addTimeSchedule1)
 {
     return(axlPortClient2.addTimeSchedule(addTimeSchedule1));
 }