Click or drag to resize
GeoIPHelperDispose Method (Boolean)
Releases the unmanaged resources used by the GeoIPHelper and optionally releases the managed resources.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Indicates whether managed resources are to be released.
See Also