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