コード例 #1
0
 public Techhere_silverlight_.webservices_techere.HelloWorldResponse EndHelloWorld(System.IAsyncResult result)
 {
     object[] _args = new object[0];
     Techhere_silverlight_.webservices_techere.HelloWorldResponse _result = ((Techhere_silverlight_.webservices_techere.HelloWorldResponse)(base.EndInvoke("HelloWorld", _args, result)));
     return(_result);
 }
コード例 #2
0
 private string EndHelloWorld(System.IAsyncResult result)
 {
     Techhere_silverlight_.webservices_techere.HelloWorldResponse retVal = ((Techhere_silverlight_.webservices_techere.WebService_denemeSoap)(this)).EndHelloWorld(result);
     return(retVal.Body.HelloWorldResult);
 }