Method | Description | |
---|---|---|
After ( bool>.Func |
Once supplied function returns true, iteration stops after the specified period
|
|
AfterEnumeration ( IEnumerable |
||
AfterReplayPaused ( ) : IEnumerable |
||
Of ( bool>.Func |
If the supplied function returns true for the period, then iteration stops
|
public After ( bool>.Func |
||
condition | bool>.Func | |
return | IEnumerable |
public AfterEnumeration ( IEnumerable |
||
samples | IEnumerable |
|
period | System.TimeSpan | |
return | iRacingSDK.Support |
public Of ( bool>.Func |
||
condition | bool>.Func | |
return | IEnumerable |