GRBBatch.dispose()

void dispose ( )

Free all resources associated with this Batch object. After this method is called, this Batch object must no longer be used.

Example usage:

      // Dispose resources
      batch.dispose();