C# Class iRacingSDK.AfterEnumeration

ファイルを表示 Open project: vipoo/iRacingSDK.Net

Public Methods

Method Description
After ( bool>.Func condition ) : IEnumerable

Once supplied function returns true, iteration stops after the specified period

AfterEnumeration ( IEnumerable samples, System.TimeSpan period ) : iRacingSDK.Support
AfterReplayPaused ( ) : IEnumerable
Of ( bool>.Func condition ) : IEnumerable

If the supplied function returns true for the period, then iteration stops

Method Details

After() public method

Once supplied function returns true, iteration stops after the specified period
public After ( bool>.Func condition ) : IEnumerable
condition bool>.Func
return IEnumerable

AfterEnumeration() public method

public AfterEnumeration ( IEnumerable samples, System.TimeSpan period ) : iRacingSDK.Support
samples IEnumerable
period System.TimeSpan
return iRacingSDK.Support

AfterReplayPaused() public method

public AfterReplayPaused ( ) : IEnumerable
return IEnumerable

Of() public method

If the supplied function returns true for the period, then iteration stops
public Of ( bool>.Func condition ) : IEnumerable
condition bool>.Func
return IEnumerable