Transaction::PromoterType Property
Uniquely identifies the format of the byte[] returned by the Promote method when the transaction is promoted.
Assembly: System.Transactions (in System.Transactions.dll)
Property Value
Type: System::GuidA 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
Available since 4.6.1
Show: