CoreTransactionPinnedServer Property |
Gets or sets pinned server 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 IServer PinnedServer { get; }
Public ReadOnly Property PinnedServer As IServer
Get
member PinnedServer : IServer with get
Property Value
Type:
IServer
The pinned server for the current transaction.
See Also