Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Defines the sorting order of cleanup objects
Namespace:
SharedCache.WinServiceCommonAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public enum SortingOrder |
| Visual Basic (Declaration) |
|---|
Public Enumeration SortingOrder |
| Visual C++ |
|---|
public enum class SortingOrder |
Members
| Member name | Description | |
|---|---|---|
| Asc |
ascending sorting order
| |
| Desc |
descending sorting order
|
Remarks
[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Cleanup.SortingOrder"]