RetryableDeleteCommandOperationCreateCommandPayloads Method |
Creates the command payloads.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax protected override IEnumerable<Type1CommandMessageSection> CreateCommandPayloads(
IChannelHandle channel,
int attempt
)
Protected Overrides Function CreateCommandPayloads (
channel As IChannelHandle,
attempt As Integer
) As IEnumerable(Of Type1CommandMessageSection)
abstract CreateCommandPayloads :
channel : IChannelHandle *
attempt : int -> IEnumerable<Type1CommandMessageSection>
override CreateCommandPayloads :
channel : IChannelHandle *
attempt : int -> IEnumerable<Type1CommandMessageSection>
Parameters
- channel
- Type: MongoDB.Driver.Core.BindingsIChannelHandle
The channel. - attempt
- Type: SystemInt32
The attempt.
Return Value
Type:
IEnumerableType1CommandMessageSection
The command payloads.
See Also