this-> DCRefreshServer

(Caronte Pcode version 2.0)

Description

int this->DCRefreshServer ();

Refresh the servers of the Dante Community. Return 1 if success, 0 if not.

Example.

Source:

 

CS_ADMIN_SCRIPT this = new CS_ADMIN_SCRIPT($_this);

int Main(CAdminRequest pRequest, CAdminResponse pResponse)
{

this->Print(this->Format("%d",this->DCRefreshServer));

return 0;

}


 

Out:

1