Click or drag to resize

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.LibraryService
Assembly: Aml.Engine.Services.LibraryService (in Aml.Engine.Services.LibraryService.dll) Version: 1.0
Syntax
public override Task<IAMLFile> LoadAMLFileAsync(
	AMLFileModel fileModel
)

Parameters

fileModel  AMLFileModel
the aml file model, representing an AutomationML file

Return Value

TaskIAMLFile
The AutomationMLDocument as a CAEXDocument or AutomationMLContainer, loaded by the server from the defined URL.

Implements

IAMLLibraryServiceLoadAMLFileAsync(AMLFileModel)
See Also