DtcTransactionsStatistics class

Represents the transaction statistics for a DTC instance.

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

Syntax

[Version("1.0"), AMENDMENT]
class DtcTransactionsStatistics
{
  uint32 Open;
  uint32 Committed;
  uint32 Aborted;
  uint32 InDoubt;
  uint32 Heuristic;
  uint32 OpenMax;
  uint32 CommittedMax;
  uint32 AbortedMax;
  uint32 InDoubtMax;
  uint32 HeuristicMax;
  uint32 ForcedCommit;
  uint32 ForcedAbort;
  uint32 SinglePhaseInDoubt;
};

Members

The DtcTransactionsStatistics class has these types of members:

Properties

The DtcTransactionsStatistics class has these properties.

Aborted

Data type: uint32

Access type: Read-only

The number of transactions that were shut down before they were completed.

AbortedMax

Data type: uint32

Access type: Read-only

The highest number of aborted transactions since DTC last started.

Committed

Data type: uint32

Access type: Read-only

The number of commited transactions for the instance.

CommittedMax

Data type: uint32

Access type: Read-only

The highest number of committed transactions since DTC last started.

ForcedAbort

Data type: uint32

Access type: Read-only

The number of aborted transactions that were manually shut down before they were completed.

ForcedCommit

Data type: uint32

Access type: Read-only

The number of committed transactions that were manually committed.

Heuristic

Data type: uint32

Access type: Read-only

TBD

HeuristicMax

Data type: uint32

Access type: Read-only

TBD

InDoubt

Data type: uint32

Access type: Read-only

The number of in doubt transactions.

InDoubtMax

Data type: uint32

Access type: Read-only

The highest number of in doubt transactions since DTC last started.

Open

Data type: uint32

Access type: Read-only

The number of running transactions for the instance.

OpenMax

Data type: uint32

Access type: Read-only

The highest number of concurrently running transactions since DTC last started.

SinglePhaseInDoubt

Data type: uint32

Access type: Read-only

TBD

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