Transaction.SetDistributedTransactionIdentifier 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定非 MSDTC Promoter 所產生的分散式異動識別碼。
public:
void SetDistributedTransactionIdentifier(System::Transactions::IPromotableSinglePhaseNotification ^ promotableNotification, Guid distributedTransactionIdentifier);
public void SetDistributedTransactionIdentifier (System.Transactions.IPromotableSinglePhaseNotification promotableNotification, Guid distributedTransactionIdentifier);
member this.SetDistributedTransactionIdentifier : System.Transactions.IPromotableSinglePhaseNotification * Guid -> unit
Public Sub SetDistributedTransactionIdentifier (promotableNotification As IPromotableSinglePhaseNotification, distributedTransactionIdentifier As Guid)
參數
- promotableNotification
- IPromotableSinglePhaseNotification
參與者所實作的 IPromotableSinglePhaseNotification 介面。
- distributedTransactionIdentifier
- Guid
分散式異動管理員所使用之異動的識別項。
備註
這個方法只能在處理方法時 IPromotableSinglePhaseNotification.Promote
成功呼叫。 如果任何其他時間呼叫這個方法, TransactionException
則會擲回 。
參數的 promotableNotification
指定值必須是原本指定給調用的 Transaction.EnlistPromotableSinglePhase
相同物件。 如果這不是這種情況,則會 InvalidOperationException
擲回 。