IBatchSource.GetMoreData(String) Method

Definition

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

public:
 ManagedBatchParser::ParserAction GetMoreData(String& ^ str);
public ManagedBatchParser.ParserAction GetMoreData (String& str);
Public Function GetMoreData (str As String&) As ParserAction

Parameters

str
String

The next string to parse.

Returns

Returns the parser action, either Abort or Continue.

Applies to