Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
用于创建和初始化上载事务;最初调用一次,然后每个上载事务、每次同步、每个模拟客户端以及每次重复(重复次数大于 1 时)调用一次。
bool _callback CreateAndInitMLReplayUploadTransaction( IMLReplayUploadTransaction ** uploadTrans, MLReplayInfo * mlrInfo )
uploadTrans IMLReplayUploadTransaction 的实现,mlreplay 用于填充带有自定义数据的重放会话。
mlrInfo 来自 mlreplay 的信息。
成功时返回 true;错误时返回 false,即取消重放会话。
不应修改此回调。