M_Furcadia_Net_Utils_CommandQueueManager_Dispose_1 - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

CommandQueueManager.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 CommandQueueManager and optionally releases the managed resources

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

Syntax

C#

public virtual void Dispose(
	bool disposing
)

VB

Public Overridable Sub Dispose ( 
	disposing As Boolean
)

VB Usage

Dim instance As CommandQueueManager
Dim disposing As Boolean

instance.Dispose(disposing)

C++

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

CommandQueueManager Class
Dispose Overload
Furcadia.Net.Utils Namespace

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