MethodTracer 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
| MethodTracer(MethodBase) | |
| MethodTracer(MethodBase, Char, MethodTracer+Options) |
MethodTracer(MethodBase)
public:
MethodTracer(System::Reflection::MethodBase ^ currentMethod);
public MethodTracer (System.Reflection.MethodBase currentMethod);
new Microsoft.BizTalk.Adapter.Wcf.MethodTracer : System.Reflection.MethodBase -> Microsoft.BizTalk.Adapter.Wcf.MethodTracer
Public Sub New (currentMethod As MethodBase)
Parameters
- currentMethod
- MethodBase
Applies to
MethodTracer(MethodBase, Char, MethodTracer+Options)
public:
MethodTracer(System::Reflection::MethodBase ^ currentMethod, char separator, Microsoft::BizTalk::Adapter::Wcf::MethodTracer::Options options);
public MethodTracer (System.Reflection.MethodBase currentMethod, char separator, Microsoft.BizTalk.Adapter.Wcf.MethodTracer.Options options);
new Microsoft.BizTalk.Adapter.Wcf.MethodTracer : System.Reflection.MethodBase * char * Microsoft.BizTalk.Adapter.Wcf.MethodTracer.Options -> Microsoft.BizTalk.Adapter.Wcf.MethodTracer
Parameters
- currentMethod
- MethodBase
- separator
- Char
- options
- MethodTracer.Options