Click or drag to resize
SplitReadWriteBinding Class
Represents a split read-write binding, where the reads use one binding and the writes use another.
Inheritance Hierarchy
SystemObject
  MongoDB.Driver.Core.BindingsSplitReadWriteBinding

Namespace: MongoDB.Driver.Core.Bindings
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public sealed class SplitReadWriteBinding : IReadWriteBinding, 
	IReadBinding, IWriteBinding, IDisposable

The SplitReadWriteBinding type exposes the following members.

Constructors
  NameDescription
Public methodSplitReadWriteBinding(ICluster, ReadPreference)
Initializes a new instance of the SplitReadWriteBinding class.
Public methodSplitReadWriteBinding(IReadBinding, IWriteBinding)
Initializes a new instance of the SplitReadWriteBinding class.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetReadChannelSourceAsync
Gets a channel source for read operations.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWriteChannelSourceAsync
Gets a channel source for write operations.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
Properties
  NameDescription
Public propertyReadPreference
Gets the read preference.
Top
See Also