Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
StartListening ( ) : void | ||
StopListening ( ) : void | ||
iRacingEvents ( System.TimeSpan period ) : iRacingSDK.Support |
|
|
iRacingEvents ( int periodInMilliseconds ) : iRacingSDK.Support |
|
Метод | Описание | |
---|---|---|
Listen ( ) : void |
public iRacingEvents ( System.TimeSpan period ) : iRacingSDK.Support | ||
period | System.TimeSpan | The time interval for raising the NewData event |
Результат | iRacingSDK.Support |
public iRacingEvents ( int periodInMilliseconds ) : iRacingSDK.Support | ||
periodInMilliseconds | int | The time interval in milliseconds to raise the NewData Event. 0 means as often as data arrives from iRacing. |
Результат | iRacingSDK.Support |