Table of Contents

Property PinnedChannel

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

PinnedChannel

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

public IChannelHandle PinnedChannel { get; }

Property Value

IChannelHandle

The pinned channel for the current transaction.