Execute the logout process. Arguments: None Returns: None

Return TypeFunction nameArguments
voidhzWebhost::Logout(void)

Declared in file: hzHttpClient.h
Defined in file : hzHttpClient.cpp

Function Logic:

Function body:

void hzWebhost::Logout (void)
{
   //  Execute the logout process.
   //  
   //  Arguments: None
   //  Returns: None
   _hzfunc("hzWebhost::Logout") ;
   //  STUB
}