public BatchHelper(BulkUnmixedWriteOperationEmulatorBase operation, IChannelHandle channel)
 {
     _operation = operation;
     _channel = channel;
 }
Beispiel #2
0
 public BatchHelper(BulkUnmixedWriteOperationEmulatorBase <TWriteRequest> operation, IChannelHandle channel)
 {
     _operation = operation;
     _channel   = channel;
 }