C# 클래스 iRacingSDK.AfterEnumeration

파일 보기 프로젝트 열기: vipoo/iRacingSDK.Net

공개 메소드들

메소드 설명
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

메소드 상세

After() 공개 메소드

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

AfterEnumeration() 공개 메소드

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

AfterReplayPaused() 공개 메소드

public AfterReplayPaused ( ) : IEnumerable
리턴 IEnumerable

Of() 공개 메소드

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