Releases all resources used by the current instance of the XmppIm class, optionally disposing of managed resource.

Namespace: S22.Xmpp.Im
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System..::..Boolean
true to dispose of managed resources, otherwise false.

See Also