Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updateH323Trunk(AxlNetClient.UpdateH323TrunkReq updateH323Trunk1)
 {
     AxlNetClient.updateH323TrunkRequest inValue = new AxlNetClient.updateH323TrunkRequest();
     inValue.updateH323Trunk = updateH323Trunk1;
     AxlNetClient.updateH323TrunkResponse retVal = ((AxlNetClient.AXLPort42)(this)).updateH323Trunk(inValue);
     return(retVal.updateH323TrunkResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateH323TrunkResponse> updateH323TrunkAsync(AxlNetClient.UpdateH323TrunkReq updateH323Trunk)
 {
     return(axlPortClient42.updateH323TrunkAsync(updateH323Trunk));
 }
Exemplo n.º 3
0
 public AxlNetClient.StandardResponse updateH323Trunk(AxlNetClient.UpdateH323TrunkReq updateH323Trunk1)
 {
     return(axlPortClient42.updateH323Trunk(updateH323Trunk1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.updateH323TrunkResponse> updateH323TrunkAsync(AxlNetClient.UpdateH323TrunkReq updateH323Trunk)
 {
     AxlNetClient.updateH323TrunkRequest inValue = new AxlNetClient.updateH323TrunkRequest();
     inValue.updateH323Trunk = updateH323Trunk;
     return(((AxlNetClient.AXLPort42)(this)).updateH323TrunkAsync(inValue));
 }