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

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

Private Properties

Property Type Description
CreateReader IMessageReader

Public Methods

Method Description
PlayLiveSessionResult ( AuthenticationToken token ) : AK.F1.Timing.UI.Services.Session

Initialises a new instance of the PlayLiveSessionResult class.

Protected Methods

Method Description
CreateSessionPlayer ( ) : ISessionPlayer

Private Methods

Method Description
CreateReader ( ) : IMessageReader

Method Details

CreateSessionPlayer() protected method

protected CreateSessionPlayer ( ) : ISessionPlayer
return ISessionPlayer

PlayLiveSessionResult() public method

Initialises a new instance of the PlayLiveSessionResult class.
/// Thrown when is . ///
public PlayLiveSessionResult ( AuthenticationToken token ) : AK.F1.Timing.UI.Services.Session
token AuthenticationToken
return AK.F1.Timing.UI.Services.Session