MutationObserverDisconnect Method |
Stops observer from observing any mutations. Until the observe() method is used again, observer’s callback will not be invoked.
Namespace: Aspose.Html.Dom.MutationsAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic:
void Disconnect()
member Disconnect : unit -> unit
See Also