示例#1
0
 public AxlNetClient.StandardResponse addPhoneNtp(AxlNetClient.AddPhoneNtpReq addPhoneNtp1)
 {
     AxlNetClient.addPhoneNtpRequest inValue = new AxlNetClient.addPhoneNtpRequest();
     inValue.addPhoneNtp = addPhoneNtp1;
     AxlNetClient.addPhoneNtpResponse retVal = ((AxlNetClient.AXLPort24)(this)).addPhoneNtp(inValue);
     return(retVal.addPhoneNtpResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.addPhoneNtpResponse> addPhoneNtpAsync(AxlNetClient.AddPhoneNtpReq addPhoneNtp)
 {
     AxlNetClient.addPhoneNtpRequest inValue = new AxlNetClient.addPhoneNtpRequest();
     inValue.addPhoneNtp = addPhoneNtp;
     return(((AxlNetClient.AXLPort24)(this)).addPhoneNtpAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.addPhoneNtpResponse> AxlNetClient.AXLPort24.addPhoneNtpAsync(AxlNetClient.addPhoneNtpRequest request)
 {
     return(base.Channel.addPhoneNtpAsync(request));
 }
示例#4
0
 AxlNetClient.addPhoneNtpResponse AxlNetClient.AXLPort24.addPhoneNtp(AxlNetClient.addPhoneNtpRequest request)
 {
     return(base.Channel.addPhoneNtp(request));
 }