IBatchSource Interface

Definition

Defines a method to get data into the parser.

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

Methods

GetMoreData(String)

A method that is called by the parser when new data is needed.

Applies to