RecycleLimitInfo.RequestGC 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置返回到可观察事件源的布尔值,该值可用来指示事件源是否应该在所有观察程序处理事件后引发垃圾回收。
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