Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Clean up any resources being used.

Namespace:  SharedCache.Notify
Assembly:  SharedCache.Notify (in SharedCache.Notify.exe) Version: 3.0.5.1 (3.0.5.1)

Syntax

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

Parameters

disposing
Type: System..::.Boolean
true if managed resources should be disposed; otherwise, false.

Remarks

[Missing <remarks> documentation for "M:SharedCache.Notify.About.Dispose(System.Boolean)"]

See Also