Beispiel #1
0
 public WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.ImageJQ[] GetImages()
 {
     WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesRequest inValue = new WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesRequest();
     inValue.Body = new WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesRequestBody();
     WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesResponse retVal = ((WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.ImageServiceSoap)(this)).GetImages(inValue);
     return(retVal.Body.GetImagesResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesResponse> GetImagesAsync()
 {
     WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesRequest inValue = new WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesRequest();
     inValue.Body = new WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesRequestBody();
     return(((WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.ImageServiceSoap)(this)).GetImagesAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesResponse> WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.ImageServiceSoap.GetImagesAsync(WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesRequest request)
 {
     return(base.Channel.GetImagesAsync(request));
 }
Beispiel #4
0
 WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesResponse WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.ImageServiceSoap.GetImages(WebAppGoTypeScript_X_Modulerization.ImageServiceAgent.GetImagesRequest request)
 {
     return(base.Channel.GetImages(request));
 }