Click or drag to resize

SettingsFileParserContinue Method

Continues parsing of a previous parse that was interrupted.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool Continue()

Return Value

Type: Boolean
Returns true if the input stream is fully parsed, false if parsing is interrupted by a request for an additional settings file.
Remarks
A parse may be interrupted if a call is made to the delegate method SettingsFileParserOnAdditionalSettingsFileRequested. If the requested file cannot be obtained the application should call Continue to continue parsing the current file.
See Also