MarkLogic XCC/.Net Library

ResultSequence.Close Method 

Release any resources being held by this ResultSequence. If cached, this is a no-op an the cached ResultItems are retained (let the ResultSequence go out of scope to cause the cached data to be reclaimed). If not cached, this ResultSequence will be invalidated and its ResultItem members will no longer be accessible.

[Visual Basic]
Sub Close()
[C#]
void Close();

See Also

ResultSequence Interface | Marklogic.Xcc Namespace