ShowTrace Method

Top  Previous  Next

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

 

Vb.NET Syntax

 

Trace.ShowTrace

 

C# Syntax

 

Trace.ShowTrace;

 

 

Remarks

 

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

 

See also HideTrace method.