STrace.AutoFlush 属性

定义

获取或设置一个值,该值指示是否将自动刷新所有消息。

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

属性值

如果将自动刷新所有消息,则为 true;否则为 false。 默认为 true

适用于