IBatchSource 인터페이스

정의

파서에 데이터를 입력하는 방법을 정의합니다.

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

메서드

Name Description
GetMoreData(String)

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

적용 대상