Click or drag to resize

SplitServiceRemoveDocument Method

Removes the document from the internal registry of the service.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public void RemoveDocument(
	XDocumentWrapper document
)

Parameters

document  XDocumentWrapper
The XML document.

Implements

IXMLDocumentRegistryRemoveDocument(XDocumentWrapper)
See Also