FaultEvent.SynchronousDumpCollection Property

Definition

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

Property Value

Applies to