 | 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
SyntaxPublic Function Destroy As Boolean
public:
virtual bool Destroy() sealed
Return Value
Type:
Booleantrue if the Options object was destroyed. If the manager
object still exists, this call will return false.
See Also