Table of Contents

Property PinnedServer

Namespace
MongoDB.Driver.Core.Bindings
Assembly
MongoDB.Driver.Core.dll

PinnedServer

Gets or sets pinned server for the current transaction. Value has meaning if and only if a transaction is in progress.

public IServer PinnedServer { get; }

Property Value

IServer

The pinned server for the current transaction.