CommandQueueManager.Dispose Method (Boolean)

Furcadia Framework

CommandQueueManagerDispose Method (Boolean)

Furcadia Framework For Third Party Programs
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 42
Syntax

public virtual void Dispose(
	bool disposing
)
Public Overridable Sub Dispose ( 
	disposing As Boolean
)

Dim instance As CommandQueueManager
Dim disposing As Boolean

instance.Dispose(disposing)
public:
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

Reference