Click or drag to resize

IExternalReferenceResolverAsyncResolveExternalDocumentAsync Method

The async version of ResolveExternalDocument(String)

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
Task<(CAEXDocument Document, string Message)> ResolveExternalDocumentAsync(
	string url
)

Parameters

url  String
The URL to the External Document

Return Value

TaskValueTupleCAEXDocument, String
If a referenced document for the url, the document is returned. If the reference could not be resolved, a message is returned.
See Also