Loading TOC...

cts:deregister

cts:deregister(
   $id as xs:unsignedLong
) as empty-sequence()

Summary

Deregister a registered query, explicitly releasing the associated resources.

Parameters
id A registered query identifier.

Example

cts:deregister(xs:unsignedLong("12345678901234567"))

=> ()

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.