Click or drag to resize
SettingsFileParser Class
Represents a parser that reads Avaya endpoint settings file format.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesSettingsFileParser

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class SettingsFileParser : IDisposable

The SettingsFileParser type exposes the following members.

Constructors
Methods
  NameDescription
Public methodContinue
Continues parsing of a previous parse that was interrupted.
Public methodDispose
Releases all resources used by the SettingsFileParser
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the SettingsFileParser and optionally releases the managed resources
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodParse
Parses the supplied settings file stream.
Public methodSetDelegate
Sets delegates into parser. Parser calls this delegates
Top
See Also