Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Removing the NIC Proxies
Make sure that before your application shuts down, it removes the NIC proxy instances to release resources for other software processes.
To remove one NIC proxy instance:
- Call the following method:NicProxy.destroy();
To remove all NIC proxy instances, call the following method:
NicFactory.destroy();