MarkLogic XCC/.Net Library

Content.Close Method 

This method will be called after successfully consuming the content from the Stream returned by OpenDataStream(). This method need not close the stream, that is the responsibility of the client, but it may invalidate the stream. This method is to inform the implementation that any resources it may be holding can be released.

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

See Also

Content Interface | Marklogic.Xcc Namespace