AdapterTrace Constructors
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.
Overloads
AdapterTrace(TraceSource) | |
AdapterTrace(String) |
AdapterTrace(TraceSource)
public:
AdapterTrace(System::Diagnostics::TraceSource ^ traceSource);
public AdapterTrace (System.Diagnostics.TraceSource traceSource);
new Microsoft.ServiceModel.Channels.Common.AdapterTrace : System.Diagnostics.TraceSource -> Microsoft.ServiceModel.Channels.Common.AdapterTrace
Parameters
- traceSource
- TraceSource
Applies to
AdapterTrace(String)
public:
AdapterTrace(System::String ^ sourceName);
public AdapterTrace (string sourceName);
new Microsoft.ServiceModel.Channels.Common.AdapterTrace : string -> Microsoft.ServiceModel.Channels.Common.AdapterTrace
Public Sub New (sourceName As String)
Parameters
- sourceName
- String