Releasing AgentLite Resources
API Function
This API is used to release all dynamic resources that are applied for, such as the memory and thread.
API Description
1 | public static void destroy();
|
Class
BaseService
Return Value
| Return Value | Description |
|---|---|
| true | Success |
| false | Failure |
Example
1 2 | //Call this API to release AgentLite resources.
BaseService.destroy();
|
Last Article: Initializing AgentLite Resources
Next Article: Configuring the Binding Relationship
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.