Complete-DtcDiagnosticTransaction

Applies To: Windows Server 2012 R2 Preview

Complete-DtcDiagnosticTransaction

Invokes the Commit process if the specified transaction is the root transaction; otherwise it invokes the Complete method on the transaction object specified by DtcDiagnosticTransaction.

Syntax

Parameter Set: Default
Complete-DtcDiagnosticTransaction [-Transaction] <DtcDiagnosticTransaction> [ <CommonParameters>]

Detailed Description

Complete-DTCDiagnoticTransaction invokes the Commit process if the specified transaction is the root transaction; otherwise it invokes the Complete method on the transaction object specified by DtcDiagnosticTransaction.

Parameters

-Transaction<DtcDiagnosticTransaction>

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • Default

    Specifies the DtcDiagnosticTransaction object on which to invoke the Complete method. This parameter can be piped into the cmdlet.