MergeSynchronizationAgent.ClearTraceFlag(Int32) Method
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.
Clears a trace flag.
public:
virtual void ClearTraceFlag(int traceFlag);
public virtual void ClearTraceFlag (int traceFlag);
abstract member ClearTraceFlag : int -> unit
override this.ClearTraceFlag : int -> unit
Public Overridable Sub ClearTraceFlag (traceFlag As Integer)
Parameters
- traceFlag
- Int32
The trace flag to clear.