Click or drag to resize

SettingsFileParserParse Method

Parses the supplied settings file stream.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public 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