 | NextCloudClientLoadAMLFileAsync 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.LibraryServiceAssembly: Aml.Engine.Services.LibraryService (in Aml.Engine.Services.LibraryService.dll) Version: 1.0
Syntaxpublic override Task<IAMLFile> LoadAMLFileAsync(
AMLFileModel fileModel
)
Public Overrides Function LoadAMLFileAsync (
fileModel As AMLFileModel
) As Task(Of IAMLFile)
public:
virtual Task<IAMLFile^>^ LoadAMLFileAsync(
AMLFileModel^ fileModel
) override
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.
Implements
IAMLLibraryServiceLoadAMLFileAsync(AMLFileModel)
See Also