Click or drag to resize

XDocumentWrapperUnload Method

Unloads this document instance.

Namespace: Aml.Engine.XML
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public void Unload()
Remarks
This method can be used to unload this instance of the CAEXDocument and remove it from all current tables of all registered services. The AMLEngine manages weak references to each created CAEXDocument instance, so explicit unload is normally not required.
See Also