SplitReadWriteBinding Class |
Namespace: MongoDB.Driver.Core.Bindings
The SplitReadWriteBinding type exposes the following members.
| Name | Description | |
|---|---|---|
| SplitReadWriteBinding(IReadBinding, IWriteBinding) |
Initializes a new instance of the SplitReadWriteBinding class.
| |
| SplitReadWriteBinding(ICluster, ReadPreference, ICoreSessionHandle) |
Initializes a new instance of the SplitReadWriteBinding class.
|
| Name | Description | |
|---|---|---|
| ReadPreference |
Gets the read preference.
| |
| Session |
Gets the session.
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the SplitReadWriteBinding | |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetReadChannelSource |
Gets a channel source for read operations.
| |
| GetReadChannelSourceAsync |
Gets a channel source for read operations.
| |
| GetType | (Inherited from Object.) | |
| GetWriteChannelSource |
Gets a channel source for write operations.
| |
| GetWriteChannelSourceAsync |
Gets a channel source for write operations.
| |
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
| ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
| ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |