 | IAMLLibraryServiceLoadAMLFileAsync Method |
Loads an AML-File into a CAEXDocument or an AutomationMLContainer,
when the
fileModel has defined a download
URL
and a server is alive.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxTask<IAMLFile> LoadAMLFileAsync(
AMLFileModel fileModel
)
Function LoadAMLFileAsync (
fileModel As AMLFileModel
) As Task(Of IAMLFile)
Task<IAMLFile^>^ LoadAMLFileAsync(
AMLFileModel^ fileModel
)
Parameters
- fileModel AMLFileModel
- the aml file model, representing an AutomationML file
Return Value
TaskIAMLFileThe AutomationMLDocument as a CAEXDocument or AutomationMLContainer, loaded by the server from the defined URL.
See Also