4

How can we achieve cloning message in Azure.Messaging.ServiceBus, Version=7.1.2.0 Earlier it was in Microsoft service bus.

Peter Bons
  • 26,826
  • 4
  • 50
  • 74
Ram Kumar
  • 43
  • 3

1 Answers1

4

The Clone() method is not there anymore. Instead you can use the new constructor overload that takes a recieved message.

Peter Bons
  • 26,826
  • 4
  • 50
  • 74