Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 694 Bytes

File metadata and controls

21 lines (14 loc) · 694 Bytes

UnregisterNode

Description

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

bool UnregisterNode(out string message)

Parameters

Parameter Type Description
message string return error message if there was an error during the unregistration

Return

Type Description
bool true if the operation was successful; otherwise, false.