Beispiel #1
0
 public System.Threading.Tasks.Task <ServiceReference.sayHelloResponse> sayHelloAsync(string firstName)
 {
     ServiceReference.sayHelloRequest inValue = new ServiceReference.sayHelloRequest();
     inValue.firstName = firstName;
     return(((ServiceReference.Hello_PortType)(this)).sayHelloAsync(inValue));
 }
Beispiel #2
0
 System.Threading.Tasks.Task <ServiceReference.sayHelloResponse> ServiceReference.Hello_PortType.sayHelloAsync(ServiceReference.sayHelloRequest request)
 {
     return(base.Channel.sayHelloAsync(request));
 }