PooledResource<T>.SignalPurge Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If this object is to be used in a fixed size object pool, this call should be overridden with the purge implementation that returns the object to the pool.
public virtual void SignalPurge ();
abstract member SignalPurge : unit -> unit
override this.SignalPurge : unit -> unit
Public Overridable Sub SignalPurge ()