MutationObserverTakeRecords Method
The method returns a copy of the record queue and then empty the record queue.

Namespace: Aspose.Html.Dom.Mutations
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public IEnumerable<MutationRecord> TakeRecords()

Return Value

Type: IEnumerableMutationRecord
The copy of the record queue.
See Also