Join-DtcDiagnosticResourceManager

Join-DtcDiagnosticResourceManager

Join-DtcDiagnosticResourceManager enlists a given diagnostic Resource Manager (RM) for a specified transaction object. The transaction first needs to be sent to the RM.

Syntax

Parameter Set: Default
Join-DtcDiagnosticResourceManager [-Transaction] <DtcDiagnosticTransaction> [[-ComputerName] <String> ] [[-Port] <Int32> ] [-Volatile] [ <CommonParameters>]

Detailed Description

Join-DtcDiagnosticResourceManager enlists a given diagnostic Resource Manager (RM) for a specified transaction object. The transaction first needs to be sent to the RM.

Parameters

-ComputerName<String>

Specifies the hostname of the computer on which the RM is running. If no hostname is specified the name of the local computer is used.

Aliases

none

Required?

false

Position?

2

Default Value

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Port<Int32>

Specifies the listening port of the test RM. If no port number is specified, the name of the local computer is used.

Aliases

none

Required?

false

Position?

3

Default Value

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-Transaction<DtcDiagnosticTransaction>

Specifies the transaction object on which the RM is to be enlisted.

Aliases

none

Required?

true

Position?

1

Default Value

Accept Pipeline Input?

true (ByValue)

Accept Wildcard Characters?

false

-Volatile

If this optional parameter is specified, then a volatile enlistment is made. The default is a durable enlistment.

Aliases

none

Required?

false

Position?

named

Default Value

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

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