AppMemoryUsageLimitChangingEventArgs.OldLimit Property

Definition

Gets the old limit for how much total memory the app can use, in bytes.

public:
 property unsigned long long OldLimit { unsigned long long get(); };
uint64_t OldLimit();
public ulong OldLimit { get; }
var uInt64 = appMemoryUsageLimitChangingEventArgs.oldLimit;
Public ReadOnly Property OldLimit As ULong

Property Value

UInt64

unsigned long long

uint64_t

The old limit for how much total memory the app can use, in bytes.

Applies to