Click or drag to resize

EntityFilterTEntityEntityMatchingCleanup Method

Allows the filter to perform any filter-specific cleanup at the end of entity matching. This method is called by EndEntityMatching(Transaction).

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected virtual void EntityMatchingCleanup(
	Transaction transaction
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction to be used to match entities.
See Also