Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
每个模拟客户端调用一次;用于清理调用指定模拟客户端的 IdentifySimulatedClient 使用的内存。
public void _callback FiniIdentifySimulatedClient( asa_uint32 simulatedClientNum, asa_uint32 numSimulatedClients, char * remoteID, char * username, char * password, char ** authenticationParameters, asa_uint16 numAuthenticationParameters, char * ldt, const MLReplayNamesAndValues * namesAndValues )
simulatedClientNum 用于区别此模拟客户端与相同 MLReplay 实例中其它模拟客户端的模拟客户端号(顺序为 1)。
numSimulatedClients 此 MLReplay 实例中的模拟客户端总数。
remoteID 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的远程 ID。
username 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的用户名。
password 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的口令。
authenticationParameters 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的验证参数。
numAuthenticationParameters 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的验证参数的数目。
ldt 通过调用指定模拟客户端的 IdentifySimulatedClient 指定的 LDT。
namesAndValues 用于自定义重放行为的一组定义的名称和值。