FaultEvent.SynchronousDumpCollection 属性

定义

获取或设置一个值,该值指示是同步捕获转储文件还是在 threadpool 上捕获转储文件。 如果由于线程池不足而收集转储,则不希望使用 ThreadPool 来收集转储 (Threadpool 是会耗尽的,并且在转储代码运行时,池将耗尽)

public:
 property bool SynchronousDumpCollection { bool get(); void set(bool value); };
public bool SynchronousDumpCollection { get; set; }
member this.SynchronousDumpCollection : bool with get, set
Public Property SynchronousDumpCollection As Boolean

属性值

Boolean

适用于