Click or drag to resize

RoutingProfileDispose Method (Boolean)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Releases resources being used by this RoutingProfile.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
Whether a complete disposal of the profile is being performed. If this is set to
true
, managed resources are disposed as well as unmanaged ones; if this is
false
, only unmanaged resources are disposed.
See Also