Exemple #1
0
 public AxlNetClient.StandardResponse updatePhoneNtp(AxlNetClient.UpdatePhoneNtpReq updatePhoneNtp1)
 {
     AxlNetClient.updatePhoneNtpRequest inValue = new AxlNetClient.updatePhoneNtpRequest();
     inValue.updatePhoneNtp = updatePhoneNtp1;
     AxlNetClient.updatePhoneNtpResponse retVal = ((AxlNetClient.AXLPort24)(this)).updatePhoneNtp(inValue);
     return(retVal.updatePhoneNtpResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updatePhoneNtpResponse> updatePhoneNtpAsync(AxlNetClient.UpdatePhoneNtpReq updatePhoneNtp)
 {
     AxlNetClient.updatePhoneNtpRequest inValue = new AxlNetClient.updatePhoneNtpRequest();
     inValue.updatePhoneNtp = updatePhoneNtp;
     return(((AxlNetClient.AXLPort24)(this)).updatePhoneNtpAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <AxlNetClient.updatePhoneNtpResponse> AxlNetClient.AXLPort24.updatePhoneNtpAsync(AxlNetClient.updatePhoneNtpRequest request)
 {
     return(base.Channel.updatePhoneNtpAsync(request));
 }
Exemple #4
0
 AxlNetClient.updatePhoneNtpResponse AxlNetClient.AXLPort24.updatePhoneNtp(AxlNetClient.updatePhoneNtpRequest request)
 {
     return(base.Channel.updatePhoneNtp(request));
 }