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
- channelIChannelHandle
- The channel. 
- attemptint
- The attempt. 
Returns
- IEnumerable<Type1CommandMessageSection>
- The command payloads.