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

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
SetRemainingSessionTimeMessage ( System.TimeSpan remaining ) : System

Initialises a new instance of the SetRemainingSessionTimeMessage class and specifies the remaining session time.

ToString ( ) : string

Method Details

Accept() public method

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

SetRemainingSessionTimeMessage() public method

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

ToString() public method

public ToString ( ) : string
return string