Click or drag to resize

XmlWaveAnnouncer Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Overload List
  NameDescription
Public methodXmlWaveAnnouncer
Create an XmlWaveAnnouncer that uses a sounds directory set to the default "langs" directory in the GeoBase system's data path and a culture set to CurrentCulture.
Public methodXmlWaveAnnouncer(String)
Create an XmlWaveAnnouncer that uses the specified languages directory and a culture set to CurrentCulture.
Public methodXmlWaveAnnouncer(String, CultureInfo)
Create an XmlWaveAnnouncer that uses the specified sounds directory and culture.
Public methodXmlWaveAnnouncer(String, CultureInfo, Boolean)
Create an XmlWaveAnnouncer that uses the specified sounds directory and culture, with the option to turn debug mode on. In debug mode, MessagesBundleExceptions will be thrown when errors are encountered in the culture's configuration file.
Public methodXmlWaveAnnouncer(String, String, Boolean)
Create an XmlWaveAnnouncer that uses the specified sounds directory and culture, with the option to turn debug mode on. In debug mode, MessagesBundleExceptions will be thrown when errors are encountered in the culture's configuration file.
Top
See Also