C# 클래스 AK.F1.Timing.UI.Results.PlayRecordedSessionResult

A result which plays back a recorded live-timing session. This class cannot be inherited.
상속: PlaySessionResultBase
파일 보기 프로젝트 열기: simoneb/ak-f1-timing

Private Properties

프로퍼티 타입 설명
CreateReader IMessageReader

공개 메소드들

메소드 설명
PlayRecordedSessionResult ( string tmsPath ) : AK.F1.Timing.UI.Services.Session

Initialises a new instance of the PlayRecordedSessionResult class.

보호된 메소드들

메소드 설명
CreateSessionPlayer ( ) : ISessionPlayer

비공개 메소드들

메소드 설명
CreateReader ( ) : IMessageReader

메소드 상세

CreateSessionPlayer() 보호된 메소드

protected CreateSessionPlayer ( ) : ISessionPlayer
리턴 ISessionPlayer

PlayRecordedSessionResult() 공개 메소드

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
리턴 AK.F1.Timing.UI.Services.Session