File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
projects/client/RabbitMQ.Client/src/client Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -497,15 +497,6 @@ BasicGetResult BasicGet(string queue,
497
497
///transaction.</summary>
498
498
void TxRollback ( ) ;
499
499
500
- ///<summary>(Spec method) Enable DTX mode for this session.
501
- /// (unsupported in AMQP 0-9-1)</summary>
502
- [ AmqpUnsupported ( "RabbitMQ.Client.Framing.v0_9_1" ) ]
503
- void DtxSelect ( ) ;
504
-
505
- ///<summary>(Spec method, unsupported in AMQP 0-9-1)</summary>
506
- [ AmqpUnsupported ( "RabbitMQ.Client.Framing.v0_9_1" ) ]
507
- void DtxStart ( string dtxIdentifier ) ;
508
-
509
500
///<summary>Close this session.</summary>
510
501
///<remarks>
511
502
///If the session is already closed (or closing), then this
Original file line number Diff line number Diff line change @@ -1288,9 +1288,6 @@ public abstract void BasicNack(ulong deliveryTag,
1288
1288
public abstract void TxCommit ( ) ;
1289
1289
public abstract void TxRollback ( ) ;
1290
1290
1291
- public abstract void DtxSelect ( ) ;
1292
- public abstract void DtxStart ( string dtxIdentifier ) ;
1293
-
1294
1291
void IDisposable . Dispose ( )
1295
1292
{
1296
1293
Close ( ) ;
You can’t perform that action at this time.
0 commit comments