HideTrace Method

Top  Previous  Next

Hides Trace Viewer window. It can be used at the same time you are developing an Integration Pack application, helping you with host events that happen when application code is running.

 

Vb.NET Syntax

 

Trace.HideTrace

 

C# Syntax

 

Trace.HideTrace;

 

 

Remarks

 

This method is used in developing Integration Pack's application process.

 

See also ShowTrace method.