Click or drag to resize

IStreetSmartAPIDestroy Method

Destroys the API. Cleans up its event handlers and makes used memory available for garbage collection.

Namespace:  StreetSmart.WinForms.Interfaces
Assembly:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 18.3.0.0 (18.3.0.0)
Syntax
void Destroy(
	IOptions options
)

Parameters

options
Type: StreetSmart.WinForms.InterfacesIOptions
Object containing the options used for destroying the API.
See Also