Beispiel #1
0
 public async Task <string> SetPlato(Plato p)
 {
     try
     {
         return(await Task.Factory.FromAsync(proxy.BeginSetPlato(p, null, null), proxy.EndSetPlato));
     }
     catch (Exception ex)
     {
         return("");
     }
 }