Click or drag to resize

PerformanceAssessmentFileDownloadPerformanceAssessmentFile Method (JulianDate, IWebProxy)

Downloads the Performance Assessment File from an AGI server and returns the contents of the file as a PerformanceAssessmentFile. This method connects via HTTPS to ftp.agi.com.

Namespace:  AGI.Foundation.Navigation.DataReaders
Assembly:  AGI.Foundation.Navigation (in AGI.Foundation.Navigation.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static PerformanceAssessmentFile DownloadPerformanceAssessmentFile(
	JulianDate dateOfPaf,
	IWebProxy proxy
)

Parameters

dateOfPaf
Type: AGI.Foundation.TimeJulianDate
Date for which the PerformanceAssessmentFile is needed.
proxy
Type: System.NetIWebProxy
Proxy to use when connecting.

Return Value

Type: PerformanceAssessmentFile
A PerformanceAssessmentFile populated with the data returned from the server.
Exceptions
ExceptionCondition
DataUnavailableExceptionThrown when the data cannot be retrieved from the server.
Remarks
Note that an internet connection is required to use this method successfully.
See Also