RetryableDeleteCommandOperationCreateCommandPayloads Method  | 
 
            Creates the command payloads.
            
 
    Namespace: 
   MongoDB.Driver.Core.Operations
    Assembly:
   MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntaxprotected 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