IChannelHandleFork Method |
Returns a new handle to the underlying channel.
Namespace: MongoDB.Driver.Core.BindingsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax Function Fork As IChannelHandle
abstract Fork : unit -> IChannelHandle
Return Value
Type:
IChannelHandleA channel handle.
See Also