IBatchSource 인터페이스

정의

파서로 데이터를 가져올 메서드를 정의합니다.

public interface class IBatchSource
public interface IBatchSource
type IBatchSource = interface
Public Interface IBatchSource

메서드

GetMoreData(String)

새 데이터가 필요할 때 파서에서 호출되는 메서드입니다.

적용 대상