Error when trying to invoke C# code- Writing to Azure service bus

Hello, I am trying to run some C# code to update an Azure Service Bus. I wondered if anyone knew why I am getting this error message. Or if anyone has a code snippet of how we can add messages to an AzureService Bus using UiPath, that would be a great help!


sing UiPath, that would be a great help!

Hey,
Why you are used ‘awaiting using’ ? Probably you wanted use ‘await using’.
Anyway still you can’t use classes, methods or functions in there.

1 Like

Hello did you manage this to work?