PurgeTraceFiles Property (Read/Write)

Top  Previous  Next

Allows to purge trace files when the server becomes inactive.

 

Vb.NET Syntax

 

Trace.PurgeTraceFiles [= Boolean]

 

C# Syntax

 

Trace.PurgeTraceFiles [= bool];

 

 

Remarks

 

By default, trace information is kept into temporary files. When the Active property is set to False or the process is finished, these files are deleted.

 

Default value is True.