STrace.AutoFlush Property

Definition

Gets or sets a value indicating whether all messages will be automatically flushed.

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

Property Value

true if all messages will be automatically flushed; otherwise, false. The default is true.

Applies to