TestingEngine.RegisterEndIterationCallBack method

Registers a callback to invoke at the end of each iteration. The callback takes as a parameter an integer representing the current iteration.

public void RegisterEndIterationCallBack(Action<uint> callback)

See Also