MarkLogic XCC/.Net Library

Content.Rewind Method 

This method tells the implementation that the content should be rewound to start again. This method will only be called if Rewindable is true and in that case only after OpenDataStream() has been called.

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

See Also

Content Interface | Marklogic.Xcc Namespace