Gets the percentage of physical memory that can be consumed by an application
before ASP.NET starts removing items from the cache.
Namespace:
MicroMighty.SDK.Net.Tools
Assembly:
MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property EffectivePercentagePhysicalMemoryLimit As Long |
| C# |
|---|
public long EffectivePercentagePhysicalMemoryLimit { get; } |
| Visual C++ |
|---|
public:
property long long EffectivePercentagePhysicalMemoryLimit {
long long get ();
} |
| JavaScript |
|---|
function get_effectivePercentagePhysicalMemoryLimit();
|
See Also