Ejemplo n.º 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);
 }
Ejemplo n.º 2
0
 public AxlNetClient.StandardResponse updateH323Phone(AxlNetClient.UpdateH323PhoneReq updateH323Phone1)
 {
     return(axlPortClient41.updateH323Phone(updateH323Phone1));
 }
Ejemplo n.º 3
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));
 }
Ejemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateH323PhoneResponse> updateH323PhoneAsync(AxlNetClient.UpdateH323PhoneReq updateH323Phone)
 {
     return(axlPortClient41.updateH323PhoneAsync(updateH323Phone));
 }