RecycleLimitInfo.RequestGC 属性
定义
设置返回到可观察事件源的布尔值,该值可用来指示事件源是否应该在所有观察程序处理事件后引发垃圾回收。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.
public:
property bool RequestGC { bool get(); void set(bool value); };
public bool RequestGC { get; set; }
member this.RequestGC : bool with get, set
Public Property RequestGC As Boolean