Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Accept ( IMessageVisitor visitor ) : void | ||
SetDriverPositionMessage ( int driverId, int position ) : System |
Initialises a new instance of the SetDriverPositionMessage class and specifies if the Id of the driver and the driver's new position.
|
|
ToString ( ) : string |
public Accept ( IMessageVisitor visitor ) : void | ||
visitor | IMessageVisitor | |
Résultat | void |
public SetDriverPositionMessage ( int driverId, int position ) : System | ||
driverId | int | The Id of the driver. |
position | int | The driver's new position. |
Résultat | System |