Example #1
0
 public AxlNetClient.StandardResponse updateH323Phone(AxlNetClient.UpdateH323PhoneReq updateH323Phone1)
 {
     AxlNetClient.updateH323PhoneRequest inValue = new AxlNetClient.updateH323PhoneRequest();
     inValue.updateH323Phone = updateH323Phone1;
     AxlNetClient.updateH323PhoneResponse retVal = ((AxlNetClient.AXLPort41)(this)).updateH323Phone(inValue);
     return(retVal.updateH323PhoneResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateH323PhoneResponse> updateH323PhoneAsync(AxlNetClient.UpdateH323PhoneReq updateH323Phone)
 {
     AxlNetClient.updateH323PhoneRequest inValue = new AxlNetClient.updateH323PhoneRequest();
     inValue.updateH323Phone = updateH323Phone;
     return(((AxlNetClient.AXLPort41)(this)).updateH323PhoneAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateH323PhoneResponse> AxlNetClient.AXLPort41.updateH323PhoneAsync(AxlNetClient.updateH323PhoneRequest request)
 {
     return(base.Channel.updateH323PhoneAsync(request));
 }
Example #4
0
 AxlNetClient.updateH323PhoneResponse AxlNetClient.AXLPort41.updateH323Phone(AxlNetClient.updateH323PhoneRequest request)
 {
     return(base.Channel.updateH323Phone(request));
 }