LoggerOptions.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 will be set for the registered trace source.
[System.Runtime.Serialization.DataMember(Order=5)]
public bool AutoFlushEnabled { get; }
[<System.Runtime.Serialization.DataMember(Order=5)>]
member this.AutoFlushEnabled : bool
Public ReadOnly 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.