Table of Contents

Interface IBinding

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

Represents a read or write binding associated with a session.

[Obsolete("This interface will be made internal in a later release.")]
public interface IBinding : IDisposable
Inherited Members

Properties

Session

Gets the session.

See Also