Ejemplo n.º 1
0
 public AxlNetClient.GetAnnunciatorRes getAnnunciator(AxlNetClient.GetAnnunciatorReq getAnnunciator1)
 {
     AxlNetClient.getAnnunciatorRequest inValue = new AxlNetClient.getAnnunciatorRequest();
     inValue.getAnnunciator = getAnnunciator1;
     AxlNetClient.getAnnunciatorResponse retVal = ((AxlNetClient.AXLPort38)(this)).getAnnunciator(inValue);
     return(retVal.getAnnunciatorResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getAnnunciatorResponse> getAnnunciatorAsync(AxlNetClient.GetAnnunciatorReq getAnnunciator)
 {
     AxlNetClient.getAnnunciatorRequest inValue = new AxlNetClient.getAnnunciatorRequest();
     inValue.getAnnunciator = getAnnunciator;
     return(((AxlNetClient.AXLPort38)(this)).getAnnunciatorAsync(inValue));
 }
Ejemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.getAnnunciatorResponse> getAnnunciatorAsync(AxlNetClient.GetAnnunciatorReq getAnnunciator)
 {
     return(axlPortClient38.getAnnunciatorAsync(getAnnunciator));
 }
Ejemplo n.º 4
0
 public AxlNetClient.GetAnnunciatorRes getAnnunciator(AxlNetClient.GetAnnunciatorReq getAnnunciator1)
 {
     return(axlPortClient38.getAnnunciator(getAnnunciator1));
 }