CAgent::RemoveModuleAgents(
string module
)
The method removes all the agent functions of the specified module from the agents registrar table. Non-static method.
Parameters
Parameter | Description |
module |
Module ID. |
See Also
Examples
<?
CAgent::RemoveModuleAgents("statistic");
?>