Exemplo n.º 1
0
 public System.Threading.Tasks.Task <string> ShowHelloAsync(RpcContractWcf.HelloService.HelloResult name)
 {
     return(base.Channel.ShowHelloAsync(name));
 }
Exemplo n.º 2
0
 public string ShowHello(RpcContractWcf.HelloService.HelloResult name)
 {
     return(base.Channel.ShowHello(name));
 }