Esempio n. 1
0
 public System.Threading.Tasks.Task <NMA_Wall.ASMXService.GetCommentsResponse> GetCommentsAsync(double lat, double lon, double dist)
 {
     NMA_Wall.ASMXService.GetCommentsRequest inValue = new NMA_Wall.ASMXService.GetCommentsRequest();
     inValue.Body      = new NMA_Wall.ASMXService.GetCommentsRequestBody();
     inValue.Body.lat  = lat;
     inValue.Body.lon  = lon;
     inValue.Body.dist = dist;
     return(((NMA_Wall.ASMXService.NMASoap)(this)).GetCommentsAsync(inValue));
 }
Esempio n. 2
0
 public string GetComments(double lat, double lon, double dist)
 {
     NMA_Wall.ASMXService.GetCommentsRequest inValue = new NMA_Wall.ASMXService.GetCommentsRequest();
     inValue.Body      = new NMA_Wall.ASMXService.GetCommentsRequestBody();
     inValue.Body.lat  = lat;
     inValue.Body.lon  = lon;
     inValue.Body.dist = dist;
     NMA_Wall.ASMXService.GetCommentsResponse retVal = ((NMA_Wall.ASMXService.NMASoap)(this)).GetComments(inValue);
     return(retVal.Body.GetCommentsResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <NMA_Wall.ASMXService.GetCommentsResponse> NMA_Wall.ASMXService.NMASoap.GetCommentsAsync(NMA_Wall.ASMXService.GetCommentsRequest request)
 {
     return(base.Channel.GetCommentsAsync(request));
 }
Esempio n. 4
0
 NMA_Wall.ASMXService.GetCommentsResponse NMA_Wall.ASMXService.NMASoap.GetComments(NMA_Wall.ASMXService.GetCommentsRequest request)
 {
     return(base.Channel.GetComments(request));
 }