Configuration\ETWWsatTraceSession.cs (6)
34uint err = SafeNativeMethods.FlushTrace(0, WsatTraceSessionName, ref properties);
70err = SafeNativeMethods.StopTrace(0, WsatTraceSessionName, ref properties);
95uint err = SafeNativeMethods.QueryTrace(0, WsatTraceSessionName, ref properties);
246EVENT_TRACE_PROPERTIES properties = new EVENT_TRACE_PROPERTIES(WsatTraceSessionName, logFileName);
257uint err = SafeNativeMethods.StartTrace(out sessionHandle, WsatTraceSessionName, ref properties);
288SafeNativeMethods.StopTrace(0, WsatTraceSessionName, ref properties2);