Undo-DtcDiagnosticTransaction
Invokes the Abort process on the specified transaction.
Undo-DtcDiagnosticTransaction
[-Transaction] <DtcDiagnosticTransaction>
[<CommonParameters>]
The Undo-DtcDiagnosticTransaction cmdlet invokes the Abort process on the specified transaction.
PS C:\> $Tx = New-DtcDiagnosticTransaction
PS C:\> Undo-DtcDiagnosticTransaction -Transaction $Tx
This command creates a new diagnostic transaction and assigns it to a variable.
The second command undoes the transaction.
Specifies the DtcDiagnosticTransaction object on which to invoke the Abort process. You can use the pipeline operator to pass this parameter value to the cmdlet.
Type: | DtcDiagnosticTransaction |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |