This mechanism informs the user when the process memory use exceeds a given percentage of the address space usage. This mechanism warns you that because the amout of remaining memory is becoming low, you should save your data and leave the session.
Properties
- Property ActivationState() As
-
Returns or sets the activation state of the memory warning mechanism.
Role: Returns or sets the value of of the memory warning. - Property MemoryStopperState() As
-
Returns or sets the activation state of the memory stopper mechanism.
Role: Returns or sets the value of of the memory stopper. - Property UsageLimit() As
-
Returns or sets the alert percentage.
Role: Returns or sets the percentage of the address space usage that can be used by the process before sending the warning.
Methods
- Func GetActivationStateInfo( AdminLevel, oLocked) As
-
Retrieves environment informations for the memory warning mechanism.
Refer to for a detailled description. - Func GetMemoryStopperStateInfo( AdminLevel, oLocked) As
-
Retrieves environment informations for the memory stopper mechanism.
Refer to for a detailled description. - Func GetUsageLimitInfo( AdminLevel, oLocked) As
-
Retrieves environment informations for the alert percentage.
Refer to for a detailled description. - Sub SetActivationStateLock( iLocked)
-
Locks or unlocks the activation mode of the memory warning mechanism.
Refer to for a detailled description. - Sub SetMemoryStopperStateLock( iLocked)
-
Locks or unlocks the activation mode of the memory stopper mechanism.
Refer to for a detailled description. - Sub SetUsageLimitLock( iLocked)
-
Locks or unlocks the the alert percentage.
Refer to for a detailled description.