Releases the unmanaged resources used by the AuthSettings and optionally releases the managed resources.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
protected override void Dispose(
	bool disposing
)
Visual Basic
Protected Overrides Sub Dispose ( _
	disposing As Boolean _
)

Parameters

disposing
Type: System..::..Boolean
Indicates whether the control is in the process of being disposed of.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also