C# Class AK.F1.Timing.Messages.Feed.SetNextMessageDelayMessage

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
SetNextMessageDelayMessage ( System.TimeSpan delay ) : System

Initialises a new instance of the SetNextMessageDelayMessage class and specifies the delay between the next message.

ToString ( ) : string

Method Details

Accept() public method

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

SetNextMessageDelayMessage() public method

Initialises a new instance of the SetNextMessageDelayMessage class and specifies the delay between the next message.
/// Thrown when is not positive. ///
public SetNextMessageDelayMessage ( System.TimeSpan delay ) : System
delay System.TimeSpan The delay between the next message.
return System

ToString() public method

public ToString ( ) : string
return string