Click or drag to resize
DatabaseReaderDispose Method (Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Namespace: MaxMind.GeoIP2
Assembly: MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 2.7.1
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also