this-> SetHeloRefresh

(Caronte Pcode version 2.0)

Description

bool this->SetHeloRefresh (void);

Refresh the list of the RFC presentations that refer to the server.

Example.

Source:

CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);

int Main(CAdminRequest pRequest, CAdminResponse pResponse)
{


///CR_QUERY_HELO_REFRESH
if (this->SetHeloRefresh() == true)
/// the list is refreshed
else
/// the list was already been refreshed

return 0;
}