Beispiel #1
0
 internal static DistributedTransaction GetTransactionFromExportCookie(byte[] cookie, Guid txId)
 {
     throw DistributedTransaction.NotSupported();
 }
Beispiel #2
0
 internal static DistributedTransaction GetDistributedTransactionFromTransmitterPropagationToken(byte[] propagationToken)
 {
     throw DistributedTransaction.NotSupported();
 }
Beispiel #3
0
 internal static Transaction GetTransactionFromDtcTransaction(IDtcTransaction transactionNative)
 {
     throw DistributedTransaction.NotSupported();
 }
Beispiel #4
0
 internal byte[] GetWhereabouts()
 {
     throw DistributedTransaction.NotSupported();
 }
Beispiel #5
0
 internal void ResourceManagerRecoveryComplete(Guid resourceManagerIdentifier)
 {
     throw DistributedTransaction.NotSupported();
 }
Beispiel #6
0
 internal DistributedCommittableTransaction CreateTransaction(TransactionOptions options)
 {
     throw DistributedTransaction.NotSupported();
 }
Beispiel #7
0
 internal IPromotedEnlistment ReenlistTransaction(Guid resourceManagerIdentifier, byte[] resourceManagerRecoveryInformation, RecoveringInternalEnlistment internalEnlistment)
 {
     throw DistributedTransaction.NotSupported();
 }