| SettingsFileParserParse Method |
Parses the supplied settings file stream.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic bool Parse(
Stream stream
)
Parameters
- stream
- Type: System.IOStream
Stream containing the settings file to parse.
Return Value
Type:
Boolean
true if the input stream is fully parsed, false if parsing was
interrupted by a request for an additional settings file.
Remarks
See Also