Beispiel #1
0
 public Task <T_out> OnQueryAsync()
 {
     return(AsyncHelper.Async(OnQuery));
 }