I am new to Azure Event hub.
As per the examples there is a "Send" method in the Azure Event Hub client which sends the event synchronously, but is there something synchronous in the Receiver end.
To implement a Receiver we have to use the Event Processor Host class but all the register events are Async.
How do I trigger the receiver synchronously?