다음을 통해 공유


LogRegistration.AutoFlushEnabled Property

Definition

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.

Applies to