IChannelSourceHandleFork Method |
Returns a new handle to the underlying channel source.
Namespace:
MongoDB.Driver.Core.Bindings
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax IChannelSourceHandle Fork()
Function Fork As IChannelSourceHandle
abstract Fork : unit -> IChannelSourceHandle
Return Value
Type:
IChannelSourceHandleA handle to a channel source.
See Also