Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
用于清理调用指定模拟客户端的 IdentifySimulatedClient 使用的内存;每个模拟客户端调用一次。
_MLREPLAY_EXPORT void _MLREPLAY_CDECL FiniIdentifySimulatedClient( asa_uint32 simulatedClientNum, char * remoteID, char * username, char * password, char * scriptVersion, char ** authenticationParameters, asa_uint16 numAuthenticationParameters, char * ldt, const IMLReplayAPICallbacks * mlrAPICallbacks )
simulatedClientNum 用于区别此模拟客户端与相同 mlreplay 实例中其它模拟客户端的模拟客户端号(顺序为 1)。
remoteID 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的远程 ID。
username 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的用户名。
password 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的口令。
scriptVersion 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的脚本版本。
authenticationParameters 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的验证参数。
numAuthenticationParameters 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的验证参数的数目。
ldt 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的上次下载时间。
mlrAPICallbacks 回调以提供来自 mlreplay 的信息,该信息可用于自定义重放行为。
生成后,此回调包含注释掉的代码,可在使用通用用户名、口令和远程 ID 进行重放会话时实现此代码。此代码将释放任何占用的内存。