(Caronte Pcode version 2.0)
Refresh the list of the RFC presentations that refer to the server.
Example.
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; }