IBatchSource 接口

定义

定义用于使数据进入分析器的方法。

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

方法

GetMoreData(String)

在需要新数据时分析器调用的方法。

适用于