Click or drag to resize

DfsOutputStreamDispose(Boolean) Method

Releases the unmanaged resources used by the DfsOutputStream 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.
Remarks
This function writes all remaining data the data server, waits until sending the packets is finished, and closes the file on the name server.
See Also