Beispiel #1
0
 public AxlNetClient.StandardResponse addTimePeriod(AxlNetClient.AddTimePeriodReq addTimePeriod1)
 {
     AxlNetClient.addTimePeriodRequest inValue = new AxlNetClient.addTimePeriodRequest();
     inValue.addTimePeriod = addTimePeriod1;
     AxlNetClient.addTimePeriodResponse retVal = ((AxlNetClient.AXLPort2)(this)).addTimePeriod(inValue);
     return(retVal.addTimePeriodResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.addTimePeriodResponse> addTimePeriodAsync(AxlNetClient.AddTimePeriodReq addTimePeriod)
 {
     return(axlPortClient2.addTimePeriodAsync(addTimePeriod));
 }
Beispiel #3
0
 public AxlNetClient.StandardResponse addTimePeriod(AxlNetClient.AddTimePeriodReq addTimePeriod1)
 {
     return(axlPortClient2.addTimePeriod(addTimePeriod1));
 }
Beispiel #4
0
 public System.Threading.Tasks.Task <AxlNetClient.addTimePeriodResponse> addTimePeriodAsync(AxlNetClient.AddTimePeriodReq addTimePeriod)
 {
     AxlNetClient.addTimePeriodRequest inValue = new AxlNetClient.addTimePeriodRequest();
     inValue.addTimePeriod = addTimePeriod;
     return(((AxlNetClient.AXLPort2)(this)).addTimePeriodAsync(inValue));
 }