Click or drag to resize

ZWOptionsDestroy Method

Deletes the Options and cleans up any associated objects. The application is responsible for destroying the Options object, but this must not be done until after the Manager object has been destroyed.

Namespace:  OpenZWave
Assembly:  OpenZWave (in OpenZWave.dll) Version: 255.255.255.255
Syntax
public bool Destroy()

Return Value

Type: Boolean
true if the Options object was destroyed. If the manager object still exists, this call will return false.
See Also