TraceLoggingSession Class
Represents a trace logging session.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.IntelliTrace.TraceLoggingSession
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)
Syntax
'Declaration
Public Class TraceLoggingSession _
Implements IDisposable
public class TraceLoggingSession : IDisposable
public ref class TraceLoggingSession : IDisposable
type TraceLoggingSession =
class
interface IDisposable
end
public class TraceLoggingSession implements IDisposable
The TraceLoggingSession type exposes the following members.
Properties
Name | Description | |
---|---|---|
CollectionPlanXml | The collection plan that is 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 |
Top
Methods
Name | Description | |
---|---|---|
BeginCopyLogFile | Start asynchronous copy of the log file for this session | |
CopyLogFile | Copy the log file for this session synchronously | |
Dispose | ||
EndCopyLogFile | Finalize asynchronous copy of the log file for this session | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | (Overrides Object.Finalize.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.