BaseDrdaTraceListener.TraceEvent(TraceEventType, Int32, String) Method
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.
public:
virtual void TraceEvent(System::Diagnostics::TraceEventType type, int id, System::String ^ msg);
public virtual void TraceEvent (System.Diagnostics.TraceEventType type, int id, string msg);
abstract member TraceEvent : System.Diagnostics.TraceEventType * int * string -> unit
override this.TraceEvent : System.Diagnostics.TraceEventType * int * string -> unit
Public Overridable Sub TraceEvent (type As TraceEventType, id As Integer, msg As String)
Parameters
- type
- TraceEventType
- id
- Int32
- msg
- String