Saxon API for .NET

XmlDestination.Close Method 

Close the Destination, releasing any resources that need to be released.

public virtual void Close();

Remarks

This method is called by the system on completion of a query or transformation. Some kinds of Destination may need to close an output stream, others might not need to do anything. The default implementation does nothing.

See Also

XmlDestination Class | Saxon.Api Namespace