ars_NTTerminationServer()
	Cleanup after you are done. Called after Deregistering from the server,
	but before exiting.
	
      
          - On success
- 
		1 (True)
          
- On failure
- 
		0 (False)
      
Example:
 
      
	ars_NTTerminationServer() ||
		die "ars_NTTerminationServer: $ars_errstr";
      
 Back to Table of Contents
 Back to Table of Contents