| ClearBox Server v2.3 Developer's Guide |
INASManagement::DisconnectUserCalled by server when IRADIUSAccounting::ProcessAccounting or ITACACSAccounting::ProcessAccounting return A_DISCONNECT value (via status parameter) indicating that the user should be disconnected from the NAS. HRESULT DisconnectUser( [in] USERADDRESS userToDisconnect, [out] VARIANT_BOOL * statusOK); Parameters
Return ValuesIf extension returns error code, server does nothing. Thread SafetyThis method is called in context of SYNC thread. (See Server Threads Model for details.) You should synchronize data which is shared with other threads. Memory ManagementServer allocates and frees memory for userToDisconnect fields. RemarksIf this method fails or is not implemented, and user is not disconnected, it will be called subsequently. See AlsoINASManagement, Synchronization process, IRADIUSAccounting::ProcessAccounting, ITACACSAccounting::ProcessAccounting © 2001-2004 XPerience Technologies. www.xperiencetech.com |
| Browser Based Help. Published by chm2web software. |