LogRegistration.AutoFlushEnabled 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 a value indicating whether Autoflush is set for the trace log stream.
[System.Runtime.Serialization.DataMember(Order=4)]
public bool AutoFlushEnabled { get; init; }
[<System.Runtime.Serialization.DataMember(Order=4)>]
member this.AutoFlushEnabled : bool with get, set
Public Property AutoFlushEnabled As Boolean
Property Value
- Attributes
Remarks
Note that AutoFlush is synchronous so there is potential for UI delays if this is set to true.