Partager via


LoggerOptions.AutoFlushEnabled Property

Definition

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.

Applies to