Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
User can set priority of the 'SoapExtension'.
Namespace:
SharedCache.WinServiceCommon.Attributes
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public override int Priority { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overrides Property Priority As Integer |
| Visual C++ |
|---|
public:
virtual property int Priority {
int get () override;
void set (int value) override;
} |
Field Value
[Missing <value> documentation for "P:SharedCache.WinServiceCommon.Attributes.SharedCacheSoapExtensionAttribute.Priority"]
Remarks
See Also