MutationObserverTakeRecords Method |
The method returns a copy of the record queue and then empty the record queue.
Namespace: Aspose.Html.Dom.MutationsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public IEnumerable<MutationRecord> TakeRecords()
Public Function TakeRecords As IEnumerable(Of MutationRecord)
public:
IEnumerable<MutationRecord^>^ TakeRecords()
member TakeRecords : unit -> IEnumerable<MutationRecord>
Return Value
Type:
IEnumerableMutationRecordThe copy of the record queue.
See Also