Click or drag to resize

AMLHttpClientLibraryServiceLoadLibraryCatalogAsync Method

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

Namespace: Aml.Engine.Services.LibraryService
Assembly: Aml.Engine.Services.LibraryService (in Aml.Engine.Services.LibraryService.dll) Version: 1.0
Syntax
public abstract 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

Implements

IAMLLibraryServiceLoadLibraryCatalogAsync(String, String)
See Also