Next: Some Useful Programs
Up: The Resource Management Package
Previous: Reserving Resources Using a
  Contents
After one has a GATReservation instance, canceling the reservation corresponding
to this instance is relatively simple. One simply call the function
GATResult GATReservation_Cancel(GATReservation reservation)
Which takes as its initial argument the GATReservation instance to be canceled.
The function returns a GATResult, covered in Appendix ,
which indicates the completion status of the function.
Andre Merzky
2004-05-13
|