Click or drag to resize

DfsInputStreamDispose(Boolean) Method

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

Namespace: Ookii.Jumbo.Dfs
Assembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
to release both managed and unmanaged resources; to release only unmanaged resources.
See Also