SettingsFileParserOnAdditionalSettingsFileRequested Delegate |
Namespace: Avaya.ClientServices
public delegate void OnAdditionalSettingsFileRequested( string path )
This delegate is invoked for statements like: GET 46xxsettings.txt This specifies that parsing of the current settings file should stop and the specified file be parsed instead. However, if the requested file cannot be obtained (for example, does not exist on the server) then parsing of the current file should resume.
To accomplish this an application should attempt to retrieve the requested file and if successful update the data property with the contents of the new file and call parse. If unsuccessful, call Continue to continue parsing the current buffer.
© 2017 Avaya LLC. All Rights Reserved.