WebServiceClientDispose Method (Boolean) | 
 
                Release resources back to the operating system.
            
 
    Namespace: 
   MaxMind.GeoIP2
    Assembly:
   MaxMind.GeoIP2 (in MaxMind.GeoIP2.dll) Version: 3.0.0
Syntaxprotected virtual void Dispose(
	bool disposing
)
Protected Overridable Sub Dispose ( 
	disposing As Boolean
)
protected:
virtual void Dispose(
	bool disposing
)
abstract Dispose : 
        disposing : bool -> unit 
override Dispose : 
        disposing : bool -> unit Parameters
- disposing
 - Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources 
See Also