blob: 0503dbe159470412aa33704dea9fda1c0f72f196 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Deregistering
## Summary
name: `Deregister`
Arguments: None
Returns: Nothing
Used to cleanup the library by deregistering the client and saving the config files
## Detailed information
The deregister method is used to cleanup the library. It should be called when the client closes. This also saves the state to the directory that was passed in the [Register](./registering.html) method.
|