alf_dataset_destroy - Destroys a given data set.
int alf_dataset_destroy(alf_dataset_handle_t dataset_handle);
| Parameters | |
| dataset_handle | Handle to the dataset |
This function destroys a given dataset. Further references to the dataset result in indeterminate behaviors. Further references to the data within a dataset are still valid. You cannot destroy a dataset if there are still running tasks associated with a dataset.
| 0 | Success |
| less than 0 | Errors occurred:
|