CoreTransactionPinnedChannel Property |
Gets pinned channel for the current transaction.
Value has meaning if and only if a transaction is in progress.
Namespace:
MongoDB.Driver.Core.Bindings
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public IChannelHandle PinnedChannel { get; }
Public ReadOnly Property PinnedChannel As IChannelHandle
Get
member PinnedChannel : IChannelHandle with get
Property Value
Type:
IChannelHandle
The pinned channel for the current transaction.
See Also