Furcadia Framework For Third Party Programs
ClientBaseDispose Method (Boolean) |
[This is preliminary documentation and is subject to change.]
Releases the unmanaged resources used by the ClientBase and optionally releases the managed resources
Namespace: Furcadia.Net.DirectConnection
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
protected virtual void Dispose( bool disposing )
Protected Overridable Sub Dispose ( disposing As Boolean ) Dim disposing As Boolean Me.Dispose(disposing)
protected: virtual void Dispose( bool disposing )
abstract Dispose : disposing : bool -> unit override Dispose : disposing : bool -> unit
Parameters
- disposing
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also