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
Afficher le fichier Open project: simoneb/ak-f1-timing

Private Properties

Свойство Type Description
CreateReader IMessageReader

Méthodes publiques

Méthode Description
PlayRecordedSessionResult ( string tmsPath ) : AK.F1.Timing.UI.Services.Session

Initialises a new instance of the PlayRecordedSessionResult class.

Méthodes protégées

Méthode Description
CreateSessionPlayer ( ) : ISessionPlayer

Private Methods

Méthode Description
CreateReader ( ) : IMessageReader

Method Details

CreateSessionPlayer() protected méthode

protected CreateSessionPlayer ( ) : ISessionPlayer
Résultat ISessionPlayer

PlayRecordedSessionResult() public méthode

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
Résultat AK.F1.Timing.UI.Services.Session