Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinService (in SharedCache.WinService.exe) Version: 3.0.5.1 (3.0.5.1)
When overridden in a derived class, performs the installation.
Namespace:
SharedCache.WinServiceAssembly: SharedCache.WinService (in SharedCache.WinService.exe) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public override void Install( IDictionary stateSaver ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub Install ( _ stateSaver As IDictionary _ ) |
| Visual C++ |
|---|
public: virtual void Install( IDictionary^ stateSaver ) override |
Parameters
- stateSaver
- Type: System.Collections..::.IDictionary
An IDictionary used to save information needed to perform a commit, rollback, or uninstall operation.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinService.IndexusInstaller.Install(System.Collections.IDictionary)"]
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | The stateSaver parameter is null. |
| System..::.Exception | An exception occurred in the BeforeInstall event handler of one of the installers in the collection.-or- An exception occurred in the AfterInstall event handler of one of the installers in the collection. |