Method CreateCommandPayloads
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
CreateCommandPayloads(IChannelHandle, int)
Creates the command payloads.
protected override IEnumerable<Type1CommandMessageSection> CreateCommandPayloads(IChannelHandle channel, int attempt)
Parameters
channel
IChannelHandleThe channel.
attempt
intThe attempt.
Returns
- IEnumerable<Type1CommandMessageSection>
The command payloads.