Click or drag to resize

IAMLLibraryServiceLoadLibraryCatalogAsync Method

Gets the library catalog from the registered server, listing all available AutomationML libraries.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
Task<PublicLibraryCatalog> LoadLibraryCatalogAsync(
	string accessToken,
	string version
)

Parameters

accessToken  String
Authorization to access the server resources.
version  String
The version of the catalog file ('v1' or 'v2')

Return Value

TaskPublicLibraryCatalog
The AutomationML public library catalog
See Also