 | IAMLLibraryServiceLoadLibraryCatalogAsync Method |
Gets the library catalog from the registered server, listing all available AutomationML libraries.
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
SyntaxTask<PublicLibraryCatalog> LoadLibraryCatalogAsync(
string accessToken,
string version
)
Function LoadLibraryCatalogAsync (
accessToken As String,
version As String
) As Task(Of PublicLibraryCatalog)
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
TaskPublicLibraryCatalogThe AutomationML public library catalog
See Also