AspNetMemoryMonitor.Subscribe Method (IObserver<RecycleLimitInfo>)

 

Subscribes a recycle limit observer in addition to the default recycle limit observer.

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

public IDisposable Subscribe(
	IObserver<RecycleLimitInfo> observer
)

Parameters

observer
Type: System.IObserver<RecycleLimitInfo>

The recycle limit observer to subscribe to.

Return Value

Type: System.IDisposable

.NET Framework
Available since 4.7
Return to top
Show: