ITrace.TraceEvent(TraceEventType, Int32, String, Object[]) 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 bool TraceEvent (System.Diagnostics.TraceEventType eventType, int traceId, string message, params object[] args);
abstract member TraceEvent : System.Diagnostics.TraceEventType * int * string * obj[] -> bool
Public Function TraceEvent (eventType As TraceEventType, traceId As Integer, message As String, ParamArray args As Object()) As Boolean
Parameters
- eventType
- TraceEventType
- traceId
- Int32
- message
- String
- args
- Object[]