Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
When overridden in a derived class, removes an installation.

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

Syntax

C#
public override void Uninstall(
	IDictionary savedState
)
Visual Basic (Declaration)
Public Overrides Sub Uninstall ( _
	savedState As IDictionary _
)
Visual C++
public:
virtual void Uninstall(
	IDictionary^ savedState
) override

Parameters

savedState
Type: System.Collections..::.IDictionary
An IDictionary that contains the state of the computer after the installation was complete.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinService.IndexusInstaller.Uninstall(System.Collections.IDictionary)"]

Exceptions

ExceptionCondition
System..::.ArgumentExceptionThe saved-state IDictionary might have been corrupted.
System.Configuration.Install..::.InstallExceptionAn exception occurred while uninstalling. This exception is ignored and the uninstall continues. However, the application might not be fully uninstalled after the uninstallation completes.

See Also