Click or drag to resize

DocumentReferenceDictionaryTRemoveFromTable Method

Removes the specified document from the table.

Namespace: Aml.Engine.Services.AML
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public void RemoveFromTable(
	XDocument document,
	Action<T> action = null
)

Parameters

document  XDocument
The document.
action  ActionT  (Optional)
The action, invoke before the document is removed.
See Also