2 implementations of Promote
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (1)
137public Byte [] Promote() {
System.Workflow.Runtime (1)
Hosting\LocalTransaction.cs (1)
148public byte[] Promote()
1 reference to Promote
System.Transactions (1)
System\Transactions\TransactionState.cs (1)
5292Byte[] propagationToken = tx.promoter.Promote();