C# Class AK.F1.Timing.Messages.Session.SetElapsedSessionTimeMessage

Inheritance: Message
Show file Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Accept ( IMessageVisitor visitor ) : void
SetElapsedSessionTimeMessage ( System.TimeSpan elapsed ) : System

Initialises a new instance of the SetElapsedSessionTimeMessage class and specifies the elapsed session time.

ToString ( ) : string

Method Details

Accept() public method

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
return void

SetElapsedSessionTimeMessage() public method

Initialises a new instance of the SetElapsedSessionTimeMessage class and specifies the elapsed session time.
/// Thrown when is negative. ///
public SetElapsedSessionTimeMessage ( System.TimeSpan elapsed ) : System
elapsed System.TimeSpan The elapsed session time..
return System

ToString() public method

public ToString ( ) : string
return string