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)
Syntaxvoid Destroy(
IOptions options
)
Sub Destroy (
options As IOptions
)
void Destroy(
IOptions^ options
)
abstract Destroy :
options : IOptions -> unit
Parameters
- options
- Type: StreetSmart.WinForms.InterfacesIOptions
Object containing the options used for destroying the API.
See Also