  | 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
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
 - 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