Replies: 1 comment
-
Bc at the time of creating the template, Microsoft didn't supported this way of working and we had no choice than doing it ourselvse. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the ServiceBus.Queue and ServiceBus.Topic templates we have an explicit method
ConvertToServiceBusMessage
to do the conversion toServiceBusReceivedMessage
. Why not using theServiceBusReceivedMessage
directly like so:(source)
Beta Was this translation helpful? Give feedback.
All reactions