TraceLoggingSession Class
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.
Represents a trace logging session.
public ref class TraceLoggingSession : IDisposable
public class TraceLoggingSession : IDisposable
type TraceLoggingSession = class
interface IDisposable
Public Class TraceLoggingSession
Implements IDisposable
- Inheritance
-
TraceLoggingSession
- Implements
Properties
CollectionPlanXml |
The collection plan used for this session |
ExpectedProcessTraits |
The expected process traits that were used to match this process |
ProcessTraits |
The process traits for the process in this logging session |
Methods
BeginCopyLogFile(String, AsyncCallback, Object) |
Begin asynchronous copy of the log file for this session |
CopyLogFile(String) |
Copy the log file for this session synchronously |
Dispose() | |
EndCopyLogFile(IAsyncResult) |
Finalize asynchronous copy of the log file for this session |
Finalize() |