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

Inheritance: Message
Afficher le fichier Open project: simoneb/ak-f1-timing Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Accept ( IMessageVisitor visitor ) : void
visitor IMessageVisitor
Résultat void

SetNextMessageDelayMessage() public méthode

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.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string