What Azure .NET SDK EventHubClient instance methods are threadsafe?
问题 I'm writing code that will be publishing messages from multiple threads to an Azure Event Hub in C# using the EventHubClient. The documentation for EventHubClient contains the fairly standard boiler plate. "Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe." There is no additional documentation as to thread safety in any of the four send methods I would most expect to be thread safe. Were I to believe