  | DfsOutputStreamDispose(Boolean) Method | 
            Releases the unmanaged resources used by the 
DfsOutputStream and optionally releases the managed resources.
            
 Namespace: Ookii.Jumbo.DfsAssembly: Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxprotected override void Dispose(
	bool disposing
)
Protected Overrides Sub Dispose ( 
	disposing As Boolean
)
protected:
virtual void Dispose(
	bool disposing
) override
abstract Dispose : 
        disposing : bool -> unit 
override Dispose : 
        disposing : bool -> unit 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