Delegate StepTimeShotUtil.GetTimeShotByFileDelegate
Delegate for retrieving time shots from a file. Implementations should handle file reading, parsing, and error handling.
public delegate List<ITimeShot> StepTimeShotUtil.GetTimeShotByFileDelegate(string file)
Parameters
file
stringThe absolute or relative path to the file containing time shot data.
Returns
- Extension Methods