Transaction::PromoterType Property

 

Uniquely identifies the format of the byte[] returned by the Promote method when the transaction is promoted.

Namespace:   System.Transactions
Assembly:  System.Transactions (in System.Transactions.dll)

public:
property Guid PromoterType {
	Guid get();
}

Property Value

Type: System::Guid

A guid that uniquely identifies the format of the byte[] returned by the Promote method when the transaction is promoted.

If the transaction has not yet been promoted and does not yet have a promotable single phase enlistment, the value of this property will be Guid.Empty. If the transaction has been or will be promoted to MSDTC, then the value of this property will be TransactionInterop.PromoterTypeDtc. If the transaction has been or will be promoted by a non-MSDTC promoter, the value of this property will be the value specified to an earlier call to Transaction.EnlistPromotableSinglePhase.

.NET Framework
Available since 4.6.1
Return to top
Show: