RecycleLimitInfo Constructor (Int64, Int64, RecycleLimitNotificationFrequency)

 

Initializes a new instance of the RecycleLimitInfo class.

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

new : 
        currentPrivateBytes:int64 *
        recycleLimit:int64 *
        recycleLimitNearFrequency:RecycleLimitNotificationFrequency -> RecycleLimitInfo

Parameters

currentPrivateBytes
Type: System.Int64

Detected private bytes usage for the current process.

recycleLimit
Type: System.Int64

The determined private bytes limit for the current process.

recycleLimitNearFrequency
Type: System.Web.Hosting.RecycleLimitNotificationFrequency

An enum indicating how frequently the memory monitor perceives we are asking listeners to react to the approaching memory threshold.

.NET Framework
Available since 4.7
Return to top
Show: