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입니다.

적용 대상