C# Class AK.F1.Timing.UI.Results.PlayRecordedSessionResult

A result which plays back a recorded live-timing session. This class cannot be inherited.
Inheritance: PlaySessionResultBase
Show file Open project: simoneb/ak-f1-timing

Private Properties

Property Type Description
CreateReader IMessageReader

Public Methods

Method Description
PlayRecordedSessionResult ( string tmsPath ) : AK.F1.Timing.UI.Services.Session

Initialises a new instance of the PlayRecordedSessionResult class.

Protected Methods

Method Description
CreateSessionPlayer ( ) : ISessionPlayer

Private Methods

Method Description
CreateReader ( ) : IMessageReader

Method Details

CreateSessionPlayer() protected method

protected CreateSessionPlayer ( ) : ISessionPlayer
return ISessionPlayer

PlayRecordedSessionResult() public method

Initialises a new instance of the PlayRecordedSessionResult class.
/// The path of the timing message store to play. /// /// Thrown when is . /// /// Thrown when is of zero length. ///
public PlayRecordedSessionResult ( string tmsPath ) : AK.F1.Timing.UI.Services.Session
tmsPath string
return AK.F1.Timing.UI.Services.Session