DevForce Help Reference
WPFTraceViewer Constructor(String)


Construct a trace viewer window to view tracing messages generated by a BOS.
Syntax
'Declaration
 
Public Function New( _
   ByVal tracePublisherUrl As String _
)
'Usage
 
Dim tracePublisherUrl As String
 
Dim instance As New WPFTraceViewer(tracePublisherUrl)
public WPFTraceViewer( 
   string tracePublisherUrl
)

Parameters

tracePublisherUrl
Remarks
The URL provided will typically be something like "net.tcp://yourservername:9922/TracePublisher" unless you have overridden defaults in the logging element of the IdeaBlade configuration.

Note that the BOS must be "publishing" tracing messages. If your BOS is hosted by either the ServerConsole or ServiceService then publishing is on by default. If your BOS is hosted by IIS, you must enable publishing by calling TracePublisher.LocalInstance.MakeRemotable() from the application startup logic in the global.asax.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WPFTraceViewer Class
WPFTraceViewer Members
Overload List

Send Feedback