Dispose Method
- Updated2022-07-11
- 1 minute(s) read
Dispose Method
Dispose terminates the active session and disposes of the Logging Library instance. This method is applicable to all .NET classes which implement the IDisposable interface.
public void Dispose()