Exemplo n.º 1
0
 public void RegisterCancelCallback(Func <bool> callback)
 {
     Progress.RegisterCancelCallback(id, callback);
 }