virtual ~NgsFacade();
None.
Destructor.
When the status is either logging in, logged in, or logging out, the NgsFacade::Terminate
function is called inside the destructor and blocks until the library transitions to offline status. We recommend calling NgsFacade::Terminate
function before the destructor is called.
CONFIDENTIAL