ProviderID
(read-only) |
Returns an Int32 which is the provider ID of driver returning this buffer. This property is included for completeness, it's unlikely this will be of any value. |
TraceSessionHandle
(read-only) |
Returns an UInt64 which represents the providers trace handle. This property is included for completeness, it's unlikely this will be of any value. |
TraceFlags
(read-only) |
Returns an Int32 which represents a set of flags that indicate the type of event tracing information provided. This property is included for completeness, it's unlikely this will be of any value. It must contain WNODE_FLAG_TRACED_GUID (from the API) to indicate that the structure contains event tracing information. |
NumberOfBuffers
(read-only) |
Returns an Int32 which is the number of buffers allocated for the event tracing session's buffer pool. |
FreeBuffers
(read-only) |
Returns an Int32 which is the number of buffers that are allocated but unused in the event tracing session's buffer pool. |
EventsLost
(read-only) |
Returns an Int32 which is the number of event traces that were not recorded. |
BuffersWritten
(read-only) |
Returns an Int32 which is the number of buffers written. |
LogBuffersLost
(read-only) |
Returns an Int32 which is the number of buffers that could not be written to the log file. |
RealTimeBuffersLost
(read-only) |
Returns an Int32 which is the number of buffers that could not be delivered in real-time. |
SessionThreadID
(read-only) |
Returns an Int32 which is the thread identifier for the event tracing session. |
ProviderName
(read-only) |
Returns a String which represents the provider's name. The name is obtained from the XML data files if the library can find them. |
ProviderDescription
(read-only) |
Returns a String which represents the provider's description. The decription is obtained from the XML data files if the library can find them. |
ProviderGuid |
Manages a String which is the provider GUID (also known as the provider control callback function GUID). |
Name |
Manages a String which is the name of the tracing session. |
LogFilePath |
Manages a String which is the path of the logging file. |
BufferSize |
Manages an Int32 which is the amount of memory allocated for each event tracing session buffer in kilobytes. |
MinimumBuffers |
Manages an Int32 which is the minimum number of buffers allocated for the event tracing session's buffer pool. |
MaximumBuffers |
Manages an Int32 which is the maximum number of buffers allocated for the event tracing session's buffer pool. |
MaximumFileSize |
Manages an Int32 which is the maximum size of the file used to log event traces, in megabytes. |
TraceLogMode |
Manages an EventTraceLoggingModes which is the current logging modes for the event tracing session. |
FlushTimer |
Manages an Int32 which is the time delay before dirty buffers get scheduled to be flushed, in seconds. |
AgeLimit |
Manages an Int32 which is the time delay before unused buffers are freed, in minutes. |
ActiveSessions |
Retruns an EventTraceSessionCollection which is a list of all the currently active event tracing sessions. |