Releases the unmanaged resources used by the Container and optionally disposes of the managed resources.

Namespace:  IBM.CTG
Assembly:  IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 1.0.0.0

Syntax

C#
protected virtual void Dispose(
	bool 
)
Visual Basic (Declaration)
Protected Overridable Sub Dispose ( _
	 As Boolean _
)
Visual C++
protected:
virtual void Dispose(
	bool 
)

Parameters

Type: System..::.Boolean

Remarks

The Container may not be reused after it has been disposed and any attempt to do so will cause a ObjectDisposedException to be thrown.

See Also