Example #1
0
 public AxlNetClient.StandardResponse updateAnnunciator(AxlNetClient.UpdateAnnunciatorReq updateAnnunciator1)
 {
     AxlNetClient.updateAnnunciatorRequest inValue = new AxlNetClient.updateAnnunciatorRequest();
     inValue.updateAnnunciator = updateAnnunciator1;
     AxlNetClient.updateAnnunciatorResponse retVal = ((AxlNetClient.AXLPort38)(this)).updateAnnunciator(inValue);
     return(retVal.updateAnnunciatorResponse1);
 }
Example #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateAnnunciatorResponse> updateAnnunciatorAsync(AxlNetClient.UpdateAnnunciatorReq updateAnnunciator)
 {
     AxlNetClient.updateAnnunciatorRequest inValue = new AxlNetClient.updateAnnunciatorRequest();
     inValue.updateAnnunciator = updateAnnunciator;
     return(((AxlNetClient.AXLPort38)(this)).updateAnnunciatorAsync(inValue));
 }
Example #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateAnnunciatorResponse> updateAnnunciatorAsync(AxlNetClient.UpdateAnnunciatorReq updateAnnunciator)
 {
     return(axlPortClient38.updateAnnunciatorAsync(updateAnnunciator));
 }
Example #4
0
 public AxlNetClient.StandardResponse updateAnnunciator(AxlNetClient.UpdateAnnunciatorReq updateAnnunciator1)
 {
     return(axlPortClient38.updateAnnunciator(updateAnnunciator1));
 }