예제 #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);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updatePhoneNtpResponse> updatePhoneNtpAsync(AxlNetClient.UpdatePhoneNtpReq updatePhoneNtp)
 {
     return(axlPortClient24.updatePhoneNtpAsync(updatePhoneNtp));
 }
예제 #3
0
 public AxlNetClient.StandardResponse updatePhoneNtp(AxlNetClient.UpdatePhoneNtpReq updatePhoneNtp1)
 {
     return(axlPortClient24.updatePhoneNtp(updatePhoneNtp1));
 }
예제 #4
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));
 }