ChannelSourceReadWriteBinding Constructor |
Namespace:
MongoDB.Driver.Core.Bindings
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public ChannelSourceReadWriteBinding(
IChannelSourceHandle channelSource,
ReadPreference readPreference,
ICoreSessionHandle session
)
Public Sub New (
channelSource As IChannelSourceHandle,
readPreference As ReadPreference,
session As ICoreSessionHandle
)
new :
channelSource : IChannelSourceHandle *
readPreference : ReadPreference *
session : ICoreSessionHandle -> ChannelSourceReadWriteBinding
Parameters
- channelSource
- Type: MongoDB.Driver.Core.BindingsIChannelSourceHandle
The channel source. - readPreference
- Type: MongoDB.DriverReadPreference
The read preference. - session
- Type: MongoDB.Driver.Core.BindingsICoreSessionHandle
The session.
See Also