CoreTransaction.PinnedServer Property (original) (raw)

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.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

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

Reference