DtcTransactionsTraceSession class

Represents a DTC transaction trace session.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Version("1.0"), AMENDMENT]
class DtcTransactionsTraceSession
{
  string SessionStatus;
  uint32 BufferCount;
};

Members

The DtcTransactionsTraceSession class has these types of members:

Properties

The DtcTransactionsTraceSession class has these properties.

BufferCount

Data type: uint32

Access type: Read-only

The number of objects stored in the output buffer for the trace session.

SessionStatus

Data type: string

Access type: Read-only

The status of the trace session.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\MsDTC
MOF
Msdtcwmi.mof
DLL
MsDtcWmi.dll

See also

Distributed Transaction Coordinator WMI Provider