IBatchSource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |