M_Furcadia_Net_Pounce_PounceClient_Dispose_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

PounceClient.Dispose Method (Boolean)

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Releases the unmanaged resources used by the PounceClient and optionally releases the managed resources

Namespace: Furcadia.Net.Pounce
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

protected virtual void Dispose(
	bool disposing
)

VB

Protected Overridable Sub Dispose ( 
	disposing As Boolean
)

VB Usage

Dim disposing As Boolean

Me.Dispose(disposing)

C++

protected:
virtual void Dispose(
	bool disposing
)

F#

abstract Dispose : 
        disposing : bool -> unit 
override Dispose : 
        disposing : bool -> unit 

Parameters

 

disposing
Type: System.Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also

Reference

PounceClient Class
Dispose Overload
Furcadia.Net.Pounce Namespace

⚠️ **GitHub.com Fallback** ⚠️