다음을 통해 공유


IDataGenerator<T>.TryReadEvents(Int32, IEnumerable<T>) 메서드

정의

데이터 생성기 모방 이벤트 읽기

public bool TryReadEvents (int maxCount, out System.Collections.Generic.IEnumerable<T> events);
abstract member TryReadEvents : int * seq -> bool
Public Function TryReadEvents (maxCount As Integer, ByRef events As IEnumerable(Of T)) As Boolean

매개 변수

maxCount
Int32
events
IEnumerable<T>

반환

적용 대상