UnregisterNode

Description

Releases a floating license. You should call this function when you exit your application.

bool UnregisterNode(out string message)

Parameters

ParameterTypeDescription

message

string

return error message if there was an error during the unregistration

Return

TypeDescription

bool

true if the operation was successful; otherwise, false.

Last updated