DebugTrackingInterceptor 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
DebugTrackingInterceptor() | |
DebugTrackingInterceptor(String) |
DebugTrackingInterceptor()
public:
DebugTrackingInterceptor();
public DebugTrackingInterceptor ();
Public Sub New ()
Applies to
DebugTrackingInterceptor(String)
public:
DebugTrackingInterceptor(System::String ^ traceFile);
public DebugTrackingInterceptor (string traceFile);
new Microsoft.RuleEngine.DebugTrackingInterceptor : string -> Microsoft.RuleEngine.DebugTrackingInterceptor
Public Sub New (traceFile As String)
Parameters
- traceFile
- String