Click or drag to resize

DfsOutputStreamDispose Method (Boolean)

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: 2.0.0
Syntax
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
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