예제 #1
0
 public System.IAsyncResult BeginGetWeature(WindowsFormsClient.SampleSvc.GetWeatherRequest req, System.AsyncCallback callback, object asyncState)
 {
     WindowsFormsClient.SampleSvc.GetWeatureRequest inValue = new WindowsFormsClient.SampleSvc.GetWeatureRequest();
     inValue.Body     = new WindowsFormsClient.SampleSvc.GetWeatureRequestBody();
     inValue.Body.req = req;
     return(((WindowsFormsClient.SampleSvc.SampleServiceSoap)(this)).BeginGetWeature(inValue, callback, asyncState));
 }
예제 #2
0
 public WindowsFormsClient.SampleSvc.GetWeatherResponse GetWeature(WindowsFormsClient.SampleSvc.GetWeatherRequest req)
 {
     WindowsFormsClient.SampleSvc.GetWeatureRequest inValue = new WindowsFormsClient.SampleSvc.GetWeatureRequest();
     inValue.Body     = new WindowsFormsClient.SampleSvc.GetWeatureRequestBody();
     inValue.Body.req = req;
     WindowsFormsClient.SampleSvc.GetWeatureResponse retVal = ((WindowsFormsClient.SampleSvc.SampleServiceSoap)(this)).GetWeature(inValue);
     return(retVal.Body.GetWeatureResult);
 }
예제 #3
0
 System.IAsyncResult WindowsFormsClient.SampleSvc.SampleServiceSoap.BeginGetWeature(WindowsFormsClient.SampleSvc.GetWeatureRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginGetWeature(request, callback, asyncState));
 }
예제 #4
0
 WindowsFormsClient.SampleSvc.GetWeatureResponse WindowsFormsClient.SampleSvc.SampleServiceSoap.GetWeature(WindowsFormsClient.SampleSvc.GetWeatureRequest request)
 {
     return(base.Channel.GetWeature(request));
 }