Click or drag to resize

DelegatingStream.Dispose Method (Boolean)

Releases the unmanaged resources used by the Stream and optionally releases the managed resources.

Namespace:  MongoDB.Driver.GridFS
Assembly:  MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also