Exemple #1
0
 public AxlNetClient.StandardResponse updateSipRealm(AxlNetClient.UpdateSipRealmReq updateSipRealm1)
 {
     AxlNetClient.updateSipRealmRequest inValue = new AxlNetClient.updateSipRealmRequest();
     inValue.updateSipRealm = updateSipRealm1;
     AxlNetClient.updateSipRealmResponse retVal = ((AxlNetClient.AXLPort23)(this)).updateSipRealm(inValue);
     return(retVal.updateSipRealmResponse1);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSipRealmResponse> updateSipRealmAsync(AxlNetClient.UpdateSipRealmReq updateSipRealm)
 {
     AxlNetClient.updateSipRealmRequest inValue = new AxlNetClient.updateSipRealmRequest();
     inValue.updateSipRealm = updateSipRealm;
     return(((AxlNetClient.AXLPort23)(this)).updateSipRealmAsync(inValue));
 }
Exemple #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateSipRealmResponse> updateSipRealmAsync(AxlNetClient.UpdateSipRealmReq updateSipRealm)
 {
     return(axlPortClient23.updateSipRealmAsync(updateSipRealm));
 }
Exemple #4
0
 public AxlNetClient.StandardResponse updateSipRealm(AxlNetClient.UpdateSipRealmReq updateSipRealm1)
 {
     return(axlPortClient23.updateSipRealm(updateSipRealm1));
 }