FaultEvent.SynchronousDumpCollection Property
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.
Gets or sets a value indicating whether we capture the dump file synchronously or on the threadpool. If we're collecting a dump due to ThreadPool starvation, we don't want to use the ThreadPool to collect the dump (the Threadpool is starved and by the time the dump code is run, the pool is drained)
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