Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Defines the sorting order

Namespace:  SharedCache.WinServiceCommon.Handler.Generic
Assembly:  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 nameDescription
Asc
ascending sorting order
Desc
descending sorting order

Remarks

[Missing <remarks> documentation for "T:SharedCache.WinServiceCommon.Handler.Generic.Util.SortingOrder"]

See Also