RecycleLimitInfo Class

 

Describes the level of memory pressure detected.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

System::Object
  System.Web.Hosting::RecycleLimitInfo

public ref class RecycleLimitInfo sealed 

NameDescription
System_CAPS_pubmethodRecycleLimitInfo(Int64, Int64, RecycleLimitNotificationFrequency)

Initializes a new instance of the RecycleLimitInfo class.

NameDescription
System_CAPS_pubpropertyCurrentPrivateBytes

Gets the detected private bytes usage for the current process.

System_CAPS_pubpropertyRecycleLimit

Gets the determined private bytes limit for the current process.

System_CAPS_pubpropertyRequestGC

Sets a Boolean value returned to the source of the observable event that may be used to indicate whether the source of the event should induce a Garbage Collection after all observers have processed the event.

System_CAPS_pubpropertyTrimFrequency

Gets an enum that indicates how frequently the memory monitor perceives we are asking listeners to react to the approaching memory threshold. Subscribers tailor their reactions to the event to be more severe or benign based on this frequency.

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

.NET Framework
Available since 4.7

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: