Пример #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);
 }
Пример #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));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.getAnnunciatorResponse> AxlNetClient.AXLPort38.getAnnunciatorAsync(AxlNetClient.getAnnunciatorRequest request)
 {
     return(base.Channel.getAnnunciatorAsync(request));
 }
Пример #4
0
 AxlNetClient.getAnnunciatorResponse AxlNetClient.AXLPort38.getAnnunciator(AxlNetClient.getAnnunciatorRequest request)
 {
     return(base.Channel.getAnnunciator(request));
 }